HomeSort by relevance Sort by last modified time
    Searched refs:tmp_r (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_latc.c 80 uint8_t tmp_r; local
81 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
84 dst[2] = ubyte_to_float(tmp_r);
103 uint8_t tmp_r; local
105 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
108 dst[2] = ubyte_to_float(tmp_r);
148 int8_t tmp_r; local
149 u_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
152 dst[2] = byte_to_float_tex(tmp_r);
165 int8_t tmp_r; local
214 uint8_t tmp_r, tmp_g; local
232 uint8_t tmp_r, tmp_g; local
273 int8_t tmp_r, tmp_g; local
297 int8_t tmp_r, tmp_g; local
    [all...]
u_format_rgtc.c 109 uint8_t tmp_r; local
110 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
111 dst[0] = ubyte_to_float(tmp_r);
148 uint8_t tmp_r; local
149 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
150 dst[0] = ubyte_to_float(tmp_r);
207 int8_t tmp_r; local
208 u_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
209 dst[0] = byte_to_float_tex(tmp_r);
224 int8_t tmp_r; local
276 uint8_t tmp_r[4][4]; \/* [bh][bw] *\/ local
301 uint8_t tmp_r[4][4]; \/* [bh][bw][comps] *\/ local
334 uint8_t tmp_r, tmp_g; local
352 uint8_t tmp_r, tmp_g; local
391 int8_t tmp_r, tmp_g; local
415 int8_t tmp_r[4][4]; \/* [bh][bw][comps] *\/ local
440 int8_t tmp_r, tmp_g; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_latc.c 80 uint8_t tmp_r; local
81 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
84 dst[2] = ubyte_to_float(tmp_r);
103 uint8_t tmp_r; local
105 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
108 dst[2] = ubyte_to_float(tmp_r);
148 int8_t tmp_r; local
149 u_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
152 dst[2] = byte_to_float_tex(tmp_r);
165 int8_t tmp_r; local
214 uint8_t tmp_r, tmp_g; local
232 uint8_t tmp_r, tmp_g; local
273 int8_t tmp_r, tmp_g; local
297 int8_t tmp_r, tmp_g; local
    [all...]
u_format_rgtc.c 109 uint8_t tmp_r; local
110 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
111 dst[0] = ubyte_to_float(tmp_r);
148 uint8_t tmp_r; local
149 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
150 dst[0] = ubyte_to_float(tmp_r);
207 int8_t tmp_r; local
208 u_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
209 dst[0] = byte_to_float_tex(tmp_r);
224 int8_t tmp_r; local
276 uint8_t tmp_r[4][4]; \/* [bh][bw] *\/ local
301 uint8_t tmp_r[4][4]; \/* [bh][bw][comps] *\/ local
334 uint8_t tmp_r, tmp_g; local
352 uint8_t tmp_r, tmp_g; local
391 int8_t tmp_r, tmp_g; local
415 int8_t tmp_r[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;
60 tmp_r += r;
64 if ((tmp_r > sum_r/20) && (tmp_r < sum_r/5)) {
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
wbalance.rs 73 int tmp_r = 0, tmp_g = 0, tmp_b = 0;
79 tmp_r += r;
83 if ((tmp_r > sum_r/20) && (tmp_r < sum_r/5)) {
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
wbalance.rs 73 int tmp_r = 0, tmp_g = 0, tmp_b = 0;
79 tmp_r += r;
83 if ((tmp_r > sum_r/20) && (tmp_r < sum_r/5)) {
  /packages/apps/Gallery2/jni/filters/
wbalance.c 64 int tmp_r = 0,tmp_g=0,tmp_b=0; local
70 tmp_r += r;
74 if ((tmp_r > sum_r/20) && (tmp_r < sum_r/5)) {
  /external/aac/libAACenc/src/
intensity.cpp 269 FIXP_DBL tmp_l, tmp_r; local
357 tmp_r = fMultDiv2((mdctSpectrumRight[j] << s),inv_n) - mr; // scaled with mdctScale - s + inv_n
359 prod_lr += fMultDiv2(tmp_l,tmp_r); // scaled with 2*(mdctScale - s + inv_n) + 1
361 square_r += fPow2Div2(tmp_r); // scaled with 2*(mdctScale - s + inv_n) + 1
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 6703 FT_UInt tmp_r; local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 7184 FT_UInt tmp_r; local
    [all...]

Completed in 1219 milliseconds