Searched refs:tmp_r (Results 1 - 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_latc.c70 uint8_t tmp_r; local
71 util_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
74 dst[2] = ubyte_to_float(tmp_r);
93 uint8_t tmp_r; local
95 util_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
98 dst[2] = ubyte_to_float(tmp_r);
138 int8_t tmp_r; local
139 util_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
142 dst[2] = byte_to_float_tex(tmp_r);
155 int8_t tmp_r; local
204 uint8_t tmp_r, tmp_g; local
222 uint8_t tmp_r, tmp_g; local
263 int8_t tmp_r, tmp_g; local
287 int8_t tmp_r, tmp_g; local
[all...]
H A Du_format_rgtc.c99 uint8_t tmp_r; local
100 util_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
101 dst[0] = ubyte_to_float(tmp_r);
138 uint8_t tmp_r; local
139 util_format_unsigned_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
140 dst[0] = ubyte_to_float(tmp_r);
197 int8_t tmp_r; local
198 util_format_signed_fetch_texel_rgtc(0, src, i, j, &tmp_r, 1);
199 dst[0] = byte_to_float_tex(tmp_r);
214 int8_t tmp_r; local
266 uint8_t tmp_r[4][4]; /* [bh][bw] */ local
291 uint8_t tmp_r[4][4]; /* [bh][bw][comps] */ local
324 uint8_t tmp_r, tmp_g; local
342 uint8_t tmp_r, tmp_g; local
381 int8_t tmp_r, tmp_g; local
405 int8_t tmp_r[4][4]; /* [bh][bw][comps] */ local
430 int8_t tmp_r, tmp_g; local
[all...]
/external/libxaac/decoder/
H A Dixheaacd_lpp_tran.c591 WORD32 tmp_r, temp_real, modulus_d; local
601 tmp_r =
606 temp_real = ixheaacd_abs32(tmp_r);
610 (ixheaacd_mult32x16in32_shl_sat(tmp_r, inverse_d) << norm_d) >> 15);
613 tmp_r =
618 temp_real = ixheaacd_abs32(tmp_r);
622 (ixheaacd_mult32x16in32_shl_sat(tmp_r, inverse_d) << norm_d) >> 15);
969 WORD32 tmp_r, temp_real, modulus_d; local
980 tmp_r =
994 temp_real = ixheaacd_abs32(tmp_r);
1015 WORD32 tmp_r, temp_real; local
[all...]
H A Dixheaacd_hbe_trans.c758 register FLOAT32 tmp_r, tmp_i; local
759 tmp_r = *norm_ptr++;
763 ((tmp_r * x_zero_band_r - tmp_i * x_zero_band_i) * 0.3333333f);
766 ((tmp_r * x_zero_band_i + tmp_i * x_zero_band_r) * 0.3333333f);
1097 register FLOAT32 tmp_r, tmp_i; local
1098 tmp_r = *norm_ptr++;
1102 ((tmp_r * x_zero_band_r - tmp_i * x_zero_band_i) * 0.3333333f);
1105 ((tmp_r * x_zero_band_i + tmp_i * x_zero_band_r) * 0.3333333f);
/external/aac/libAACenc/src/
H A Dintensity.cpp276 FIXP_DBL tmp_l, tmp_r; local
393 tmp_r = fMultDiv2((mdctSpectrumRight[j] << s), inv_n) -
397 tmp_l, tmp_r); // scaled with 2*(mdctScale - s + inv_n) + 1
401 fPow2Div2(tmp_r); // scaled with 2*(mdctScale - s + inv_n) + 1
/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_common.c949 sljit_s32 tmp_r; local
958 tmp_r = ((inp_flags & LOAD_DATA) && ((inp_flags) & MEM_MASK) <= GPR_REG) ? reg : TMP_REG1;
960 if ((arg & REG_MASK) == tmp_r)
961 tmp_r = TMP_REG1;
969 tmp_r = TMP_REG3;
974 tmp_r = TMP_REG3;
977 FAIL_IF(push_inst(compiler, RLWINM | S(OFFS_REG(arg)) | A(tmp_r) | (argw << 11) | ((31 - argw) << 1)));
979 FAIL_IF(push_inst(compiler, RLDI(tmp_r, OFFS_REG(arg), argw, 63 - argw, 1)));
984 return push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg & REG_MASK) | B(tmp_r));
1009 FAIL_IF(push_inst(compiler, OR | S(reg) | A(tmp_r) |
[all...]
H A DsljitNativeARM_32.c1448 tmp_r = arg & REG_MASK; \
1449 if (reg == tmp_r) { \
1461 sljit_s32 tmp_r; local
1473 tmp_r = (inp_flags & LOAD_DATA) ? reg : TMP_REG3;
1501 tmp_r = TMP_REG3;
1504 FAIL_IF(load_immediate(compiler, tmp_r, argw));
1505 GETPUT_ARG_DATA_TRANSFER(1, 0, reg, tmp_r, 0);
1512 tmp_r = arg & REG_MASK;
1513 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(ADD_DP, 0, tmp_r, arg & REG_MASK, RM(OFFS_REG(arg)) | ((argw & 0x3) << 7))));
1514 return push_inst(compiler, EMIT_DATA_TRANSFER(inp_flags, 1, 0, reg, tmp_r, TYPE2_TRANSFER_IM
[all...]
H A DsljitNativeARM_64.c913 sljit_s32 tmp_r, other_r; local
922 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
986 FAIL_IF(push_inst(compiler, ADD | RD(tmp_r) | RN(arg) | RM(other_r) | ((argw & 0x3) << 10)));
987 return push_inst(compiler, sljit_mem_imm[flags & 0x3] | (shift << 30) | RT(reg) | RN(tmp_r));
1002 FAIL_IF(push_inst(compiler, ADDI | (1 << 22) | RD(tmp_r) | RN(arg & REG_MASK) | ((argw >> 12) << 10)));
1004 | RT(reg) | RN(tmp_r) | ((argw & 0xfff) << (10 - shift)));
H A DsljitNativeARM_T2_32.c1005 sljit_s32 tmp_r, other_r; local
1014 tmp_r = (flags & STORE) ? TMP_REG3 : reg;
/external/wpa_supplicant_8/hostapd/src/common/
H A Dgas_server.c436 struct gas_server_response *response, *tmp_r; local
447 dl_list_for_each_safe(response, tmp_r, &gas->responses,
/external/wpa_supplicant_8/src/common/
H A Dgas_server.c436 struct gas_server_response *response, *tmp_r; local
447 dl_list_for_each_safe(response, tmp_r, &gas->responses,
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dgas_server.c436 struct gas_server_response *response, *tmp_r; local
447 dl_list_for_each_safe(response, tmp_r, &gas->responses,
/external/aac/libSBRdec/src/
H A Dhbe.cpp1270 FIXP_DBL tmp_r = gc_r_m; local
1273 gc_i_m = fMult(tmp_r, gc_i_m);
1275 cplxMultDiv2(&centerReal[0], &centerImag[0], gc_r_m, gc_i_m, tmp_r,
1331 FIXP_DBL tmp_r, tmp_i; local
1332 cplxMultDiv2(&tmp_r, &tmp_i, g_r_m, g_i_m, gammaCenterReal_m,
1335 g_r_m = fMultDiv2(tmp_r, factor_m) << shift;
/external/freetype/src/truetype/
H A Dttinterp.c6827 FT_UInt tmp_r; local
6834 tmp_r = ref1;
6836 ref2 = tmp_r;

Completed in 1058 milliseconds