L 357 libavcodec/aacenc.c float L = (cpe->ch[0].coeffs[start+i] + cpe->ch[1].coeffs[start+i]) * 0.5f; L 358 libavcodec/aacenc.c float R = L - cpe->ch[1].coeffs[start+i]; L 359 libavcodec/aacenc.c cpe->ch[0].coeffs[start+i] = L; L 41 libavcodec/aacenc_is.c float *L = use_pcoeffs ? sce0->pcoeffs : sce0->coeffs; L 61 libavcodec/aacenc_is.c IS[i] = (L[start+(w+w2)*128+i] + phase*R[start+(w+w2)*128+i])*sqrt(ener0/ener01); L 62 libavcodec/aacenc_is.c s->abs_pow34(L34, &L[start+(w+w2)*128], sce0->ics.swb_sizes[g]); L 67 libavcodec/aacenc_is.c dist1 += quantize_band_cost(s, &L[start + (w+w2)*128], L34, L 379 libavcodec/aacps.c INTFLOAT in[5][44][2], INTFLOAT L[2][38][64], L 385 libavcodec/aacps.c in[i][j+6][0] = L[0][j][i]; L 386 libavcodec/aacps.c in[i][j+6][1] = L[1][j][i]; L 395 libavcodec/aacps.c dsp->hybrid_analysis_ileave(out + 27, L, 5, len); L 400 libavcodec/aacps.c dsp->hybrid_analysis_ileave(out + 7, L, 3, len); L 981 libavcodec/aacps.c int AAC_RENAME(ff_ps_apply)(AVCodecContext *avctx, PSContext *ps, INTFLOAT L[2][38][64], INTFLOAT R[2][38][64], int top) L 993 libavcodec/aacps.c hybrid_analysis(&ps->dsp, Lbuf, ps->in_buf, L, is34, len); L 996 libavcodec/aacps.c hybrid_synthesis(&ps->dsp, L, Lbuf, is34, len); L 84 libavcodec/aacps.h int AAC_RENAME(ff_ps_apply)(AVCodecContext *avctx, PSContext *ps, INTFLOAT L[2][38][64], INTFLOAT R[2][38][64], int top); L 39 libavcodec/aacpsdsp.h void (*hybrid_analysis_ileave)(INTFLOAT (*out)[32][2], INTFLOAT L[2][38][64], L 76 libavcodec/aacpsdsp_template.c static void ps_hybrid_analysis_ileave_c(INTFLOAT (*out)[32][2], INTFLOAT L[2][38][64], L 83 libavcodec/aacpsdsp_template.c out[i][j][0] = L[0][j][i]; L 84 libavcodec/aacpsdsp_template.c out[i][j][1] = L[1][j][i]; L 92 libavcodec/aacsbr.h INTFLOAT* L, INTFLOAT *R); L 1480 libavcodec/aacsbr_template.c INTFLOAT* L, INTFLOAT* R) L 1512 libavcodec/aacsbr_template.c sbr_qmf_analysis(ac->fdsp, &sbr->mdct_ana, &sbr->dsp, ch ? R : L, sbr->data[ch].analysis_filterbank_samples, L 1560 libavcodec/aacsbr_template.c L, sbr->X[0], sbr->qmf_filter_scratch, L 33 libavcodec/arm/aacpsdsp_init_arm.c void ff_ps_hybrid_analysis_ileave_neon(float (*out)[32][2], float L[2][38][64], L 53 libavcodec/arm/vp56_arith.h L("ldrcsh %2, [%4], #2 \n") L 91 libavcodec/arm/vp56_arith.h L("ldrcsh %2, [%4], #2 \n") L 101 libavcodec/cbs_jpeg.h uint8_t L[16]; L 87 libavcodec/cbs_jpeg_syntax_template.c us(8, L[i], i, 0, 224); L 91 libavcodec/cbs_jpeg_syntax_template.c for (j = 0; j < current->L[i]; j++) { L 120 libavcodec/cbs_jpeg_syntax_template.c n += 1 + current->table[i].L[j]; L 27 libavcodec/ffv1_template.c const int L = src[-1]; L 29 libavcodec/ffv1_template.c return mid_pred(L, L + T - LT, T); L 38 libavcodec/ffv1_template.c const int L = src[-1]; L 43 libavcodec/ffv1_template.c return p->quant_table[0][(L - LT) & 0xFF] + L 46 libavcodec/ffv1_template.c p->quant_table[3][(LL - L) & 0xFF] + L 49 libavcodec/ffv1_template.c return p->quant_table[0][(L - LT) & 0xFF] + L 160 libavcodec/hevc_mvs.c refPicList_col, L ## l, temp_col.ref_idx[l]) L 268 libavcodec/lagarith.c int L, TL; L 272 libavcodec/lagarith.c L = l->llviddsp.add_left_pred(buf, buf, width, 0); L 275 libavcodec/lagarith.c L = buf[width - stride - 1]; L 280 libavcodec/lagarith.c TL = l->avctx->pix_fmt == AV_PIX_FMT_YUV420P ? buf[-stride] : L; L 287 libavcodec/lagarith.c width, &L, &TL); L 295 libavcodec/lagarith.c int L, TL; L 298 libavcodec/lagarith.c L= buf[0]; L 303 libavcodec/lagarith.c buf[0] = L; L 310 libavcodec/lagarith.c L = buf[width - stride - 1]; L 313 libavcodec/lagarith.c L += buf[i]; L 314 libavcodec/lagarith.c buf[i] = L; L 317 libavcodec/lagarith.c L = mid_pred(L & 0xFF, buf[i - stride], (L + buf[i - stride] - TL) & 0xFF) + buf[i]; L 319 libavcodec/lagarith.c buf[i] = L; L 323 libavcodec/lagarith.c L = buf[width - stride - 1]; L 324 libavcodec/lagarith.c l->llviddsp.add_median_pred(buf, buf - stride, buf, width, &L, &TL); L 61 libavcodec/mips/aacpsdsp_mips.c static void ps_hybrid_analysis_ileave_mips(float (*out)[32][2], float L[2][38][64], L 67 libavcodec/mips/aacpsdsp_mips.c float *L1=&L[0][0][i]; L 34 libavcodec/tests/mjpegenc_huffman.c static int check_lengths(int L, int expected_length, L 48 libavcodec/tests/mjpegenc_huffman.c ff_mjpegenc_huffman_compute_bits(val_counts, lengths, nprobs, L); L 65 libavcodec/tests/mjpegenc_huffman.c if (length > L || length < 1) return 1; L 203 libavcodec/vaapi_encode_mjpeg.c k += (huff->huffman_table[t].num_dc_codes[i] = ht->L[i]); L 210 libavcodec/vaapi_encode_mjpeg.c k += (huff->huffman_table[t].num_ac_codes[i] = ht->L[i]); L 351 libavcodec/vaapi_encode_mjpeg.c k += (huff->L[i] = lengths[i]); L 593 libavcodec/vc1.c #define ROTATE(DEF, L, N, C, A) do { \ L 598 libavcodec/vc1.c memcpy(&tmp, L , sizeof(tmp)); \ L 599 libavcodec/vc1.c memcpy(L , N , sizeof(tmp)); \ L 42 libavcodec/vp9lpf.c int L = *l, H = L >> 4; L 43 libavcodec/vp9lpf.c int E = s->filter_lut.mblim_lut[L], I = s->filter_lut.lim_lut[L]; L 47 libavcodec/vp9lpf.c av_assert2(l[8 << ss_v] == L); L 53 libavcodec/vp9lpf.c L = l[8 << ss_v]; L 54 libavcodec/vp9lpf.c H |= (L >> 4) << 8; L 55 libavcodec/vp9lpf.c E |= s->filter_lut.mblim_lut[L] << 8; L 56 libavcodec/vp9lpf.c I |= s->filter_lut.lim_lut[L] << 8; L 65 libavcodec/vp9lpf.c int L = l[8 << ss_v], H = L >> 4; L 66 libavcodec/vp9lpf.c int E = s->filter_lut.mblim_lut[L], I = s->filter_lut.lim_lut[L]; L 77 libavcodec/vp9lpf.c int L = *l, H = L >> 4; L 78 libavcodec/vp9lpf.c int E = s->filter_lut.mblim_lut[L], I = s->filter_lut.lim_lut[L]; L 81 libavcodec/vp9lpf.c L = l[8 << ss_v]; L 82 libavcodec/vp9lpf.c H |= (L >> 4) << 8; L 83 libavcodec/vp9lpf.c E |= s->filter_lut.mblim_lut[L] << 8; L 84 libavcodec/vp9lpf.c I |= s->filter_lut.lim_lut[L] << 8; L 90 libavcodec/vp9lpf.c int L = l[8 << ss_v], H = L >> 4; L 91 libavcodec/vp9lpf.c int E = s->filter_lut.mblim_lut[L], I = s->filter_lut.lim_lut[L]; L 117 libavcodec/vp9lpf.c int L = *l, H = L >> 4; L 118 libavcodec/vp9lpf.c int E = s->filter_lut.mblim_lut[L], I = s->filter_lut.lim_lut[L]; L 122 libavcodec/vp9lpf.c av_assert2(l[1 + ss_h] == L); L 128 libavcodec/vp9lpf.c L = l[1 + ss_h]; L 129 libavcodec/vp9lpf.c H |= (L >> 4) << 8; L 130 libavcodec/vp9lpf.c E |= s->filter_lut.mblim_lut[L] << 8; L 131 libavcodec/vp9lpf.c I |= s->filter_lut.lim_lut[L] << 8; L 140 libavcodec/vp9lpf.c int L = l[1 + ss_h], H = L >> 4; L 141 libavcodec/vp9lpf.c int E = s->filter_lut.mblim_lut[L], I = s->filter_lut.lim_lut[L]; L 149 libavcodec/vp9lpf.c int L = *l, H = L >> 4; L 150 libavcodec/vp9lpf.c int E = s->filter_lut.mblim_lut[L], I = s->filter_lut.lim_lut[L]; L 153 libavcodec/vp9lpf.c L = l[1 + ss_h]; L 154 libavcodec/vp9lpf.c H |= (L >> 4) << 8; L 155 libavcodec/vp9lpf.c E |= s->filter_lut.mblim_lut[L] << 8; L 156 libavcodec/vp9lpf.c I |= s->filter_lut.lim_lut[L] << 8; L 162 libavcodec/vp9lpf.c int L = l[1 + ss_h], H = L >> 4; L 163 libavcodec/vp9lpf.c int E = s->filter_lut.mblim_lut[L], I = s->filter_lut.lim_lut[L]; L 778 libavcodec/wavpack.c int A, B, L, L2, R, R2; L 791 libavcodec/wavpack.c L = wv_get_value(s, gb, 0, &last); L 817 libavcodec/wavpack.c L2 = L + ((s->decorr[i].weightA * (int64_t)A + 512) >> 10); L 820 libavcodec/wavpack.c L2 = L + (unsigned)((int)(s->decorr[i].weightA * (unsigned)A + 512) >> 10); L 823 libavcodec/wavpack.c if (A && L) L 824 libavcodec/wavpack.c s->decorr[i].weightA -= ((((L ^ A) >> 30) & 2) - 1) * s->decorr[i].delta; L 827 libavcodec/wavpack.c s->decorr[i].samplesA[j] = L = L2; L 831 libavcodec/wavpack.c L2 = L + ((s->decorr[i].weightA * (int64_t)s->decorr[i].samplesA[0] + 512) >> 10); L 833 libavcodec/wavpack.c L2 = L + (unsigned)((int)(s->decorr[i].weightA * (unsigned)s->decorr[i].samplesA[0] + 512) >> 10); L 834 libavcodec/wavpack.c UPDATE_WEIGHT_CLIP(s->decorr[i].weightA, s->decorr[i].delta, s->decorr[i].samplesA[0], L); L 835 libavcodec/wavpack.c L = L2; L 857 libavcodec/wavpack.c L2 = L + ((s->decorr[i].weightA * (int64_t)R2 + 512) >> 10); L 859 libavcodec/wavpack.c L2 = L + (unsigned)((int)(s->decorr[i].weightA * (unsigned)R2 + 512) >> 10); L 860 libavcodec/wavpack.c UPDATE_WEIGHT_CLIP(s->decorr[i].weightA, s->decorr[i].delta, R2, L); L 861 libavcodec/wavpack.c L = L2; L 862 libavcodec/wavpack.c s->decorr[i].samplesB[0] = L; L 867 libavcodec/wavpack.c if (FFABS((int64_t)L) + FFABS((int64_t)R) > (1<<19)) { L 868 libavcodec/wavpack.c av_log(s->avctx, AV_LOG_ERROR, "sample %d %d too large\n", L, R); L 875 libavcodec/wavpack.c L += (unsigned)(R -= (unsigned)(L >> 1)); L 876 libavcodec/wavpack.c crc = (crc * 3 + L) * 3 + R; L 879 libavcodec/wavpack.c *dstfl_l++ = wv_get_value_float(s, &crc_extra_bits, L); L 882 libavcodec/wavpack.c *dst32_l++ = wv_get_value_integer(s, &crc_extra_bits, L); L 885 libavcodec/wavpack.c *dst16_l++ = wv_get_value_integer(s, &crc_extra_bits, L); L 373 libavcodec/wavpackenc.c int32_t L = samples_l[i]; L 376 libavcodec/wavpackenc.c magdata |= (L < 0) ? ~L : L; L 378 libavcodec/wavpackenc.c xordata |= L ^ -(L & 1); L 380 libavcodec/wavpackenc.c anddata &= L & R; L 381 libavcodec/wavpackenc.c ordata |= L | R; L 453 libavcodec/wavpackenc.c int32_t L = samples_l[i]; L 456 libavcodec/wavpackenc.c crc = crc * 9 + (L & 0xffff) * 3 + ((L >> 16) & 0xffff); L 458 libavcodec/wavpackenc.c magdata |= (L < 0) ? ~L : L; L 460 libavcodec/wavpackenc.c xordata |= L ^ -(L & 1); L 462 libavcodec/wavpackenc.c anddata &= L & R; L 463 libavcodec/wavpackenc.c ordata |= L | R; L 49 libavcodec/x86/aacpsdsp_init.c void ff_ps_hybrid_analysis_ileave_sse(float (*out)[32][2], float L[2][38][64], L 288 libavcodec/ylc.c int L[4] = { 128, 128, 128, 128 }; L 415 libavcodec/ylc.c dst[x ] = dst[x ] + L[0]; L 416 libavcodec/ylc.c dst[x + 2] = L[0] = dst[x + 2] + L[0]; L 417 libavcodec/ylc.c L[1] = dst[x + 1] + L[1]; L 418 libavcodec/ylc.c dst[x + 1] = L[1]; L 419 libavcodec/ylc.c L[2] = dst[x + 3] + L[2]; L 420 libavcodec/ylc.c dst[x + 3] = L[2]; L 426 libavcodec/ylc.c dst[x ] = dst[x ] + L[0] + dst[x + 0 - p->linesize[0]] - TL[0]; L 427 libavcodec/ylc.c dst[x + 2] = L[0] = dst[x + 2] + L[0] + dst[x + 2 - p->linesize[0]] - TL[0]; L 429 libavcodec/ylc.c L[1] = dst[x + 1] + L[1] + dst[x + 1 - p->linesize[0]] - TL[1]; L 430 libavcodec/ylc.c dst[x + 1] = L[1]; L 432 libavcodec/ylc.c L[2] = dst[x + 3] + L[2] + dst[x + 3 - p->linesize[0]] - TL[2]; L 433 libavcodec/ylc.c dst[x + 3] = L[2]; L 436 libavcodec/ylc.c dst[x ] = dst[x ] + L[0] + dst[x + 0 - p->linesize[0]] - TL[0]; L 437 libavcodec/ylc.c dst[x + 2] = L[0] = dst[x + 2] + L[0] + dst[x + 2 - p->linesize[0]] - TL[0]; L 439 libavcodec/ylc.c L[1] = dst[x + 1] + L[1] + dst[x + 1 - p->linesize[0]] - TL[1]; L 440 libavcodec/ylc.c dst[x + 1] = L[1]; L 442 libavcodec/ylc.c L[2] = dst[x + 3] + L[2] + dst[x + 3 - p->linesize[0]] - TL[2]; L 443 libavcodec/ylc.c dst[x + 3] = L[2]; L 320 libavfilter/af_anequalizer.c int L = (N - r) / 2; L 341 libavfilter/af_anequalizer.c for (i = 1; i <= L; i++) { L 389 libavfilter/af_anequalizer.c int L = (N - r) / 2; L 413 libavfilter/af_anequalizer.c for (i = 1; i <= L; i++) { L 462 libavfilter/af_anequalizer.c int L = (N - r) / 2; L 486 libavfilter/af_anequalizer.c for (i = 1; i <= L; i++) { L 471 libavfilter/af_compand.c L(4).a = 0; L 472 libavfilter/af_compand.c L(4).b = (L(2).y - L(4).y) / (L(2).x - L(4).x); L 474 libavfilter/af_compand.c L(2).a = 0; L 475 libavfilter/af_compand.c L(2).b = (L(0).y - L(2).y) / (L(0).x - L(2).x); L 477 libavfilter/af_compand.c theta = atan2(L(2).y - L(4).y, L(2).x - L(4).x); L 478 libavfilter/af_compand.c len = hypot(L(2).x - L(4).x, L(2).y - L(4).y); L 480 libavfilter/af_compand.c L(3).x = L(2).x - r * cos(theta); L 481 libavfilter/af_compand.c L(3).y = L(2).y - r * sin(theta); L 483 libavfilter/af_compand.c theta = atan2(L(0).y - L(2).y, L(0).x - L(2).x); L 484 libavfilter/af_compand.c len = hypot(L(0).x - L(2).x, L(0).y - L(2).y); L 486 libavfilter/af_compand.c x = L(2).x + r * cos(theta); L 487 libavfilter/af_compand.c y = L(2).y + r * sin(theta); L 489 libavfilter/af_compand.c cx = (L(3).x + L(2).x + x) / 3; L 490 libavfilter/af_compand.c cy = (L(3).y + L(2).y + y) / 3; L 492 libavfilter/af_compand.c L(2).x = x; L 493 libavfilter/af_compand.c L(2).y = y; L 495 libavfilter/af_compand.c in1 = cx - L(3).x; L 496 libavfilter/af_compand.c out1 = cy - L(3).y; L 497 libavfilter/af_compand.c in2 = L(2).x - L(3).x; L 498 libavfilter/af_compand.c out2 = L(2).y - L(3).y; L 499 libavfilter/af_compand.c L(3).a = (out2 / in2 - out1 / in1) / (in2 - in1); L 500 libavfilter/af_compand.c L(3).b = out1 / in1 - L(3).a * in1; L 502 libavfilter/af_compand.c L(3).x = 0; L 503 libavfilter/af_compand.c L(3).y = L(2).y; L 260 libavfilter/af_mcompand.c L(4).a = 0; L 261 libavfilter/af_mcompand.c L(4).b = (L(2).y - L(4).y) / (L(2).x - L(4).x); L 263 libavfilter/af_mcompand.c L(2).a = 0; L 264 libavfilter/af_mcompand.c L(2).b = (L(0).y - L(2).y) / (L(0).x - L(2).x); L 266 libavfilter/af_mcompand.c theta = atan2(L(2).y - L(4).y, L(2).x - L(4).x); L 267 libavfilter/af_mcompand.c len = hypot(L(2).x - L(4).x, L(2).y - L(4).y); L 269 libavfilter/af_mcompand.c L(3).x = L(2).x - r * cos(theta); L 270 libavfilter/af_mcompand.c L(3).y = L(2).y - r * sin(theta); L 272 libavfilter/af_mcompand.c theta = atan2(L(0).y - L(2).y, L(0).x - L(2).x); L 273 libavfilter/af_mcompand.c len = hypot(L(0).x - L(2).x, L(0).y - L(2).y); L 275 libavfilter/af_mcompand.c x = L(2).x + r * cos(theta); L 276 libavfilter/af_mcompand.c y = L(2).y + r * sin(theta); L 278 libavfilter/af_mcompand.c cx = (L(3).x + L(2).x + x) / 3; L 279 libavfilter/af_mcompand.c cy = (L(3).y + L(2).y + y) / 3; L 281 libavfilter/af_mcompand.c L(2).x = x; L 282 libavfilter/af_mcompand.c L(2).y = y; L 284 libavfilter/af_mcompand.c in1 = cx - L(3).x; L 285 libavfilter/af_mcompand.c out1 = cy - L(3).y; L 286 libavfilter/af_mcompand.c in2 = L(2).x - L(3).x; L 287 libavfilter/af_mcompand.c out2 = L(2).y - L(3).y; L 288 libavfilter/af_mcompand.c L(3).a = (out2 / in2 - out1 / in1) / (in2 - in1); L 289 libavfilter/af_mcompand.c L(3).b = out1 / in1 - L(3).a * in1; L 291 libavfilter/af_mcompand.c L(3).x = 0; L 292 libavfilter/af_mcompand.c L(3).y = L(2).y; L 179 libavfilter/af_stereotools.c double L = src[0], R = src[1], l, r, m, S, gl, gr, gd; L 181 libavfilter/af_stereotools.c L *= level_in; L 202 libavfilter/af_stereotools.c L *= gl; L 207 libavfilter/af_stereotools.c L = s->inv_atan_shape * atan(L * sc_level); L 212 libavfilter/af_stereotools.c m = (L + R) * 0.5; L 213 libavfilter/af_stereotools.c S = (L - R) * 0.5; L 216 libavfilter/af_stereotools.c L = l; L 220 libavfilter/af_stereotools.c l = L * FFMIN(1., 2. - sbal); L 222 libavfilter/af_stereotools.c L = 0.5 * (l + r) * mlev; L 226 libavfilter/af_stereotools.c l = L * mlev * FFMIN(1., 2. - mpan) + R * slev * FFMIN(1., 2. - sbal); L 227 libavfilter/af_stereotools.c r = L * mlev * FFMIN(1., mpan) - R * slev * FFMIN(1., sbal); L 228 libavfilter/af_stereotools.c L = l; L 232 libavfilter/af_stereotools.c R = L; L 235 libavfilter/af_stereotools.c L = R; L 238 libavfilter/af_stereotools.c L = (L + R) / 2; L 239 libavfilter/af_stereotools.c R = L; L 242 libavfilter/af_stereotools.c l = L; L 243 libavfilter/af_stereotools.c L = R; L 245 libavfilter/af_stereotools.c m = (L + R) * 0.5; L 246 libavfilter/af_stereotools.c S = (L - R) * 0.5; L 249 libavfilter/af_stereotools.c L = l; L 253 libavfilter/af_stereotools.c l = L * mlev * FFMIN(1., 2. - mpan) + R * slev * FFMIN(1., 2. - sbal); L 254 libavfilter/af_stereotools.c L = l; L 258 libavfilter/af_stereotools.c r = L * mlev * FFMIN(1., mpan) - R * slev * FFMIN(1., sbal); L 259 libavfilter/af_stereotools.c L = r; L 264 libavfilter/af_stereotools.c L *= 1. - mute_l; L 267 libavfilter/af_stereotools.c L *= (2. * (1. - phase_l)) - 1.; L 270 libavfilter/af_stereotools.c buffer[s->pos ] = L; L 276 libavfilter/af_stereotools.c L = buffer[(s->pos - (int)nbuf + length) % length]; L 279 libavfilter/af_stereotools.c l = L + sb * L - sb * R; L 280 libavfilter/af_stereotools.c r = R + sb * R - sb * L; L 282 libavfilter/af_stereotools.c L = l; L 285 libavfilter/af_stereotools.c l = L * s->phase_cos_coef - R * s->phase_sin_coef; L 286 libavfilter/af_stereotools.c r = L * s->phase_sin_coef + R * s->phase_cos_coef; L 288 libavfilter/af_stereotools.c L = l; L 311 libavfilter/af_stereotools.c L *= gl; L 315 libavfilter/af_stereotools.c L *= level_out; L 318 libavfilter/af_stereotools.c dst[0] = L; L 398 libavfilter/avf_showspectrum.c int L = s->buf_size; L 410 libavfilter/avf_showspectrum.c for (int n = M; n < L; n++) { L 415 libavfilter/avf_showspectrum.c for (int n = L - N; n < L; n++) { L 416 libavfilter/avf_showspectrum.c h[n].re = cosf((L - n) * (L - n) / 2.f * phi); L 417 libavfilter/avf_showspectrum.c h[n].im = sinf((L - n) * (L - n) / 2.f * phi); L 425 libavfilter/avf_showspectrum.c for (int n = N; n < L; n++) { L 446 libavfilter/avf_showspectrum.c for (int n = 0; n < L; n++) { L 452 libavfilter/avf_showspectrum.c g[n].re = a / L; L 453 libavfilter/avf_showspectrum.c g[n].im = b / L; L 871 libavfilter/vf_vectorscope.c static void draw_dots(uint8_t *dst, int L, int v, float o) L 875 libavfilter/vf_vectorscope.c int l = L * 2; L 882 libavfilter/vf_vectorscope.c l += L; L 894 libavfilter/vf_vectorscope.c static void draw_idots(uint8_t *dst, int L, float o) L 897 libavfilter/vf_vectorscope.c int l = L * 2; L 904 libavfilter/vf_vectorscope.c l += L; L 916 libavfilter/vf_vectorscope.c static void draw_dots16(uint16_t *dst, int L, int v, float o) L 920 libavfilter/vf_vectorscope.c int l = L * 2; L 927 libavfilter/vf_vectorscope.c l += L; L 939 libavfilter/vf_vectorscope.c static void draw_idots16(uint16_t *dst, int L, int v, float o) L 942 libavfilter/vf_vectorscope.c int l = L * 2; L 949 libavfilter/vf_vectorscope.c l += L; L 144 libavutil/color_utils.c const double L = Lc / 10000.0; L 145 libavutil/color_utils.c const double Ln = pow(L, n); L 149 libavutil/twofish.c static void tf_h0(uint8_t y[4], uint32_t L[4], int k) L 153 libavutil/twofish.c AV_WL32(l, L[3]); L 160 libavutil/twofish.c AV_WL32(l, L[2]); L 166 libavutil/twofish.c AV_WL32(l, L[1]); L 167 libavutil/twofish.c y[0] = q1[q0[q0[y[0]] ^ l[0]] ^ (L[0] & 0xff)]; L 168 libavutil/twofish.c y[1] = q0[q0[q1[y[1]] ^ l[1]] ^ ((L[0] >> 8) & 0xff)]; L 169 libavutil/twofish.c y[2] = q1[q1[q0[y[2]] ^ l[2]] ^ ((L[0] >> 16) & 0xff)]; L 170 libavutil/twofish.c y[3] = q0[q1[q1[y[3]] ^ l[3]] ^ (L[0] >> 24)]; L 173 libavutil/twofish.c static uint32_t tf_h(uint32_t X, uint32_t L[4], int k) L 177 libavutil/twofish.c tf_h0(y, L, k); L 117 tests/checkasm/aacpsdsp.c declare_func(void, INTFLOAT (*out)[32][2], INTFLOAT L[2][38][64],