Searched refs:g00 (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | colorspacedsp_template.c | 157 int r00 = rgb0[x << SS_W], g00 = rgb1[x << SS_W], b00 = rgb2[x << SS_W]; in rgb2yuv() local 167 ((r00 * cry + g00 * cgy + in rgb2yuv() 185 avg(g00, g01, g10, g11) * cgu + in rgb2yuv() 189 avg(g00, g01, g10, g11) * cgv + in rgb2yuv() 247 int r00 = rgb0[x << SS_W], g00 = rgb1[x << SS_W], b00 = rgb2[x << SS_W]; in rgb2yuv_fsb() local 260 y00 = r00 * cry + g00 * cgy + b00 * cby + rnd_scratch[0][y & !SS_H][x << SS_W]; in rgb2yuv_fsb() 299 avg(g00, g01, g10, g11) * cgu + in rgb2yuv_fsb() 310 avg(g00, g01, g10, g11) * cgv + in rgb2yuv_fsb()
|
/third_party/ffmpeg/libavcodec/ |
H A D | opus_celt.c | 165 float g00, g01, g02; in celt_postfilter_apply_transition() local 176 g00 = block->pf_gains_old[0]; in celt_postfilter_apply_transition() 192 data[i] += (1.0 - w) * g00 * data[i - T0] + in celt_postfilter_apply_transition()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | genericFunctionInference1.js | 23 const g00: <T>(x: T) => T[] = pipe(list); 266 const g00 = pipe(list);
|
Completed in 3 milliseconds