/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_latc.c | 214 uint8_t tmp_r, tmp_g; local 216 u_format_unsigned_fetch_texel_rgtc(0, src + 8, i, j, &tmp_g, 2); 220 dst[3] = ubyte_to_float(tmp_g); 232 uint8_t tmp_r, tmp_g; local 235 u_format_unsigned_fetch_texel_rgtc(0, src + 8, i, j, &tmp_g, 2); 239 dst[3] = ubyte_to_float(tmp_g); 273 int8_t tmp_r, tmp_g; local 275 u_format_signed_fetch_texel_rgtc(0, src + 8, i, j, &tmp_g, 2); 279 dst[3] = byte_to_float_tex(tmp_g); 297 int8_t tmp_r, tmp_g; local [all...] |
u_format_rgtc.c | 277 uint8_t tmp_g[4][4]; /* [bh][bw] */ local 281 tmp_g[j][i] = src_row[((y + j)*src_stride/sizeof(*src_row) + (x + i)*4) + 1]; 285 u_format_unsigned_encode_rgtc_ubyte(dst + 8, tmp_g, 4, 4); 302 uint8_t tmp_g[4][4]; /* [bh][bw][comps] */ local 306 tmp_g[j][i] = float_to_ubyte(src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4 + chan2off]); 310 u_format_unsigned_encode_rgtc_ubyte(dst + 8, tmp_g, 4, 4); 334 uint8_t tmp_r, tmp_g; local 336 u_format_unsigned_fetch_texel_rgtc(0, src + 8, i, j, &tmp_g, 2); 338 dst[1] = ubyte_to_float(tmp_g); 352 uint8_t tmp_r, tmp_g; local 391 int8_t tmp_r, tmp_g; local 416 int8_t tmp_g[4][4]; \/* [bh][bw][comps] *\/ local 440 int8_t tmp_r, tmp_g; local [all...] |
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
wbalance.rs | 53 int tmp_r = 0, tmp_g = 0, tmp_b = 0; 61 tmp_g += g; 68 if ((tmp_g > sum_g/20) && (tmp_g < sum_g/5)) {
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
wbalance.rs | 53 int tmp_r = 0, tmp_g = 0, tmp_b = 0; 61 tmp_g += g; 68 if ((tmp_g > sum_g/20) && (tmp_g < sum_g/5)) {
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
wbalance.rs | 53 int tmp_r = 0, tmp_g = 0, tmp_b = 0; 61 tmp_g += g; 68 if ((tmp_g > sum_g/20) && (tmp_g < sum_g/5)) {
|
/packages/apps/Gallery2/jni/filters/ |
wbalance.c | 64 int tmp_r = 0,tmp_g=0,tmp_b=0; local 71 tmp_g += g; 78 if ((tmp_g > sum_g/20) && (tmp_g < sum_g/5)) {
|
/external/libopus/celt/ |
celt_decoder.c | 615 opus_val16 tmp_g = Q15ONE local 618 MULT16_32_Q15(tmp_g, buf[DECODE_BUFFER_SIZE-N+i]); [all...] |