HomeSort by relevance Sort by last modified time
    Searched refs:tmp_r (Results 1 - 16 of 16) 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 71 int tmp_r = 0, tmp_g = 0, tmp_b = 0;
77 tmp_r += r;
81 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/pcre/dist/sljit/
sljitNativePPC_common.c 960 sljit_si tmp_r; local
969 tmp_r = ((inp_flags & LOAD_DATA) && ((inp_flags) & MEM_MASK) <= GPR_REG) ? reg : TMP_REG1;
971 if ((arg & REG_MASK) == tmp_r)
972 tmp_r = TMP_REG1;
980 tmp_r = TMP_REG3;
985 tmp_r = TMP_REG3;
988 FAIL_IF(push_inst(compiler, RLWINM | S(OFFS_REG(arg)) | A(tmp_r) | (argw << 11) | ((31 - argw) << 1)));
990 FAIL_IF(push_inst(compiler, RLDI(tmp_r, OFFS_REG(arg), argw, 63 - argw, 1)));
995 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg & REG_MASK) | B(tmp_r));
    [all...]
sljitNativeARM_32.c 1474 sljit_si tmp_r; local
    [all...]
sljitNativeARM_64.c 914 sljit_si tmp_r, other_r; local
923 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
987 FAIL_IF(push_inst(compiler, ADD | RD(tmp_r) | RN(arg) | RM(other_r) | ((argw & 0x3) << 10)));
988 return push_inst(compiler, sljit_mem_imm[flags & 0x3] | (shift << 30) | RT(reg) | RN(tmp_r));
1003 FAIL_IF(push_inst(compiler, ADDI | (1 << 22) | RD(tmp_r) | RN(arg & REG_MASK) | ((argw >> 12) << 10)));
1005 | RT(reg) | RN(tmp_r) | ((argw & 0xfff) << (10 - shift)));
    [all...]
sljitNativeARM_T2_32.c 1005 sljit_si tmp_r, other_r; local
1014 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 7184 FT_UInt tmp_r; local
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 7299 FT_UInt tmp_r; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttinterp.c 7188 FT_UInt tmp_r; local
    [all...]

Completed in 555 milliseconds