Searched refs:R34 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacenc_is.c | 43 float *L34 = &s->scoefs[256*0], *R34 = &s->scoefs[256*1]; in ff_aac_is_encoding_err() local 63 s->abs_pow34(R34, &R[start+(w+w2)*128], sce0->ics.swb_sizes[g]); in ff_aac_is_encoding_err() 72 dist1 += quantize_band_cost(s, &R[start + (w+w2)*128], R34, in ff_aac_is_encoding_err() 82 dist_spec_err += (R34[i] - I34[i]*e01_34)*(R34[i] - I34[i]*e01_34); in ff_aac_is_encoding_err()
|
H A D | aaccoder.c | 760 float *L34 = s->scoefs + 128*2, *R34 = s->scoefs + 128*3; in search_for_ms() local 837 s->abs_pow34(R34, sce1->coeffs+start+(w+w2)*128, sce0->ics.swb_sizes[g]); in search_for_ms() 847 R34, in search_for_ms()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aaccoder_mips.c | 2343 float *L34 = s->scoefs, *R34 = s->scoefs + 128, *M34 = s->scoefs + 128*2, *S34 = s->scoefs + 128*3; in search_for_ms_mips() local 2419 abs_pow34_v(R34, sce1->coeffs+start+(w+w2)*128, sce0->ics.swb_sizes[g]); in search_for_ms_mips() 2429 R34, in search_for_ms_mips()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | variadicTuples1.js | 294 type R34 = DropLast<readonly [symbol, ...string[]]>; 749 type R34 = DropLast<readonly [symbol, ...string[]]>;
|
Completed in 9 milliseconds