Home
last modified time | relevance | path

Searched refs:t00 (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACenc/src/
Dbit_cnt.cpp456 INT t0,t1,t00,t01; in FDKaacEnc_countEsc() local
467 t00 = fixMin(t0,16); in FDKaacEnc_countEsc()
469 bc11+= (INT) FDKaacEnc_huff_ltab11[t00][t01]; in FDKaacEnc_countEsc()
548 INT i,t0,t1,t2,t3,t00,t01; in FDKaacEnc_countValues() local
742 t00 = fixMin(t0,16); in FDKaacEnc_countValues()
745 codeLength = (INT) FDKaacEnc_huff_ltab11[t00][t01]; in FDKaacEnc_countValues()
782 INT i,t0,t1,t2,t3,t00,t01; in FDKaacEnc_codeValues() local
1070 t00 = fixMin(t0,16); in FDKaacEnc_codeValues()
1073 codeWord = FDKaacEnc_huff_ctab11[t00][t01]; in FDKaacEnc_codeValues()
1074 codeLength = (INT) FDKaacEnc_huff_ltab11[t00][t01]; in FDKaacEnc_codeValues()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c109 const GLfloat t00[4], const GLfloat t10[4], in lerp_rgba_2d()
112 result[0] = lerp_2d(a, b, t00[0], t10[0], t01[0], t11[0]); in lerp_rgba_2d()
113 result[1] = lerp_2d(a, b, t00[1], t10[1], t01[1], t11[1]); in lerp_rgba_2d()
114 result[2] = lerp_2d(a, b, t00[2], t10[2], t01[2], t11[2]); in lerp_rgba_2d()
115 result[3] = lerp_2d(a, b, t00[3], t10[3], t01[3], t11[3]); in lerp_rgba_2d()
1159 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ in sample_2d_linear() local
1179 get_border_color(samp, img, t00); in sample_2d_linear()
1182 swImg->FetchTexel(swImg, i0, j0, 0, t00); in sample_2d_linear()
1203 lerp_rgba_2d(rgba, a, b, t00, t10, t01, t11); in sample_2d_linear()
1223 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ in sample_2d_linear_repeat() local
[all …]