HomeSort by relevance Sort by last modified time
    Searched defs:temp1 (Results 76 - 100 of 252) sorted by null

1 2 34 5 6 7 8 91011

  /external/libavc/common/x86/
ih264_deblk_chroma_ssse3.c 105 __m128i temp1, temp2, temp3, temp4; local
124 temp1 = _mm_unpacklo_epi16(linea, lineb);
129 p1_uv_8x16 = _mm_unpacklo_epi32(temp1, temp2);
131 q0_uv_8x16 = _mm_unpackhi_epi32(temp1, temp2);
159 temp1 = _mm_slli_epi16(p1_uv_8x16, 1);
161 temp1 = _mm_add_epi16(temp1, _mm_set1_epi16(2));
162 temp1 = _mm_add_epi16(temp1, temp2);
163 p0_uv_8x16_1 = _mm_srai_epi16(temp1, 2)
296 __m128i temp1, temp2; local
442 __m128i temp1, temp2, temp3, temp4; local
843 __m128i temp1, temp2; local
981 __m128i temp1, temp2; local
    [all...]
ih264_resi_trans_quant_sse42.c 120 __m128i temp0, temp1, temp2, temp3; local
167 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 b0 c0 d0 a1 b1 c1 d1
170 src_r0 = _mm_unpacklo_epi64(temp1, zero_8x16b); //a0 b0 c0 d0
171 src_r1 = _mm_unpackhi_epi64(temp1, zero_8x16b); //a1 b1 c1 d1
179 temp1 = _mm_add_epi16(src_r1, src_r2);
186 src_r0 = _mm_add_epi16(temp0, temp1);
191 src_r2 = _mm_sub_epi16(temp0, temp1);
205 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 a1 a2 a3 b0 b1 b2 b3
208 src_r0 = _mm_unpacklo_epi64(temp1, zero_8x16b); //a0 a1 a2 a3
209 src_r1 = _mm_unpackhi_epi64(temp1, zero_8x16b); //b0 b1 b2 b
394 __m128i temp0, temp1, temp2, temp3; local
678 __m128i temp0, temp1, temp2, temp3; local
904 __m128i src, plane_0, plane_1, temp0, temp1, sign_reg; local
    [all...]
  /external/libhevc/common/x86/
ihevc_weighted_pred_sse42_intr.c 1536 WORD32 row, col, temp1, temp2; local
    [all...]
ihevc_weighted_pred_ssse3_intr.c 1039 WORD32 row, col, temp1, temp2; local
    [all...]
  /external/libmpeg2/decoder/
impeg2d_vld.c 1088 WORD32 temp, temp1; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
fdct16x16_neon.c 342 int16x8_t temp1[16]; local
348 cross_input(temp0, temp1, 0);
349 dct_body(temp1, temp0);
352 load(input + 8, stride, temp1);
353 cross_input(temp1, temp2, 0);
354 dct_body(temp2, temp1);
359 transpose_8x8(&temp1[0], &temp2[8]);
373 transpose_8x8(&temp0[8], &temp1[0]);
374 transpose_s16_8x8(&temp1[8], &temp1[9], &temp1[10], &temp1[11], &temp1[12]
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
fwd_txfm.c 31 tran_high_t temp1, temp2; // needs32 local
56 temp1 = (step[0] + step[1]) * cospi_16_64;
58 out[0] = (tran_low_t)fdct_round_shift(temp1);
60 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64;
62 out[1] = (tran_low_t)fdct_round_shift(temp1);
201 tran_high_t temp1, temp2; // needs32 local
300 temp1 = (step1[5] - step1[2]) * cospi_16_64;
302 step2[2] = fdct_round_shift(temp1);
304 temp1 = (step1[4] + step1[3]) * cospi_16_64;
306 step2[4] = fdct_round_shift(temp1);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_inv_txfm_sse2.h 122 __m128i temp1[4], temp2[4], sign1[2], sign2[2]; local
126 abs_extend_64bit_sse2(in0, temp1, sign1);
128 temp1[2] = multiply_apply_sign_sse2(temp1[0], sign1[0], pair_c1);
129 temp1[3] = multiply_apply_sign_sse2(temp1[1], sign1[1], pair_c1);
130 temp1[0] = multiply_apply_sign_sse2(temp1[0], sign1[0], pair_c0);
131 temp1[1] = multiply_apply_sign_sse2(temp1[1], sign1[1], pair_c0)
180 __m128i temp1[2], temp2, sign[2]; local
    [all...]
  /external/libxaac/decoder/
ixheaacd_lpfuncs.c 138 WORD32 temp1 = ixheaacd_shl32_dir_sat_limit( local
142 accu = ixheaacd_add32_sat(temp1, ((WORD32)prev[i] << 16));
ixheaacd_lt_predict.c 230 WORD32 temp1 = ixheaacd_mult32_shl(*ptr_in1, *win1++); local
233 *ptr_in1++ = temp1;
ixheaacd_sbrdec_initfuncs.c 146 WORD32 temp, temp1, temp2, temp3; local
163 temp1 =
166 used_persistent += temp1;
185 (temp + temp1 + temp2 + temp3));
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_pbo.c 495 struct ureg_dst temp1; local
498 temp1 = ureg_DECL_temporary(ureg);
500 /* temp1.xy = pos.xy */
501 ureg_F2I(ureg, ureg_writemask(temp1, TGSI_WRITEMASK_XY), pos);
503 /* temp1.zw = 0 */
504 ureg_MOV(ureg, ureg_writemask(temp1, TGSI_WRITEMASK_ZW), ureg_imm1u(ureg, 0));
508 ureg_writemask(temp1, target == PIPE_TEXTURE_1D_ARRAY ? TGSI_WRITEMASK_Y
511 /* temp1.y/z = layer */
515 /* temp1.z += layer_offset */
517 ureg_scalar(ureg_src(temp1), TGSI_SWIZZLE_Z)
    [all...]
  /external/opencv/cvaux/src/
cvhmmobs.cpp 127 work_t temp1[MAX_DCT_SIZE * 4]; local
198 temp1[j] = (work_t) t0;
211 s += temp1[k] * tab[k];
265 temp1[j] = (work_t) t0;
279 s += temp1[k] * tab[k];
322 work_t temp1[MAX_DCT_SIZE * 4]; local
395 temp1[j] = (work_t) t0;
408 s += temp1[k] * tab[k];
462 temp1[j] = (work_t) t0;
476 s += temp1[k] * tab[k]
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_smf.c 1225 EAS_U32 temp1, temp2; local
    [all...]
  /external/webp/src/dsp/
dec_mips32.c 219 int temp0, temp1, temp2, temp3, temp4; local
239 "lh %[temp1], 2(%[in]) \n\t"
255 "addu %[temp16], %[temp1], %[temp9] \n\t"
256 "subu %[temp1], %[temp1], %[temp9] \n\t"
273 "addu %[temp13], %[temp1], %[temp17] \n\t"
274 "subu %[temp1], %[temp1], %[temp17] \n\t"
339 "mul %[temp2], %[temp1], %[kC2] \n\t"
341 "mul %[temp1], %[temp1], %[kC1] \n\t
    [all...]
enc_mips32.c 33 #define VERTICAL_PASS(A, B, C, D, TEMP4, TEMP0, TEMP1, TEMP2, TEMP3) \
51 "addu %[" #TEMP1 "], %[temp16], %[" #TEMP2 "] \n\t" \
119 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; local
126 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3)
132 HORIZONTAL_PASS(1, temp1, temp5, temp9, temp13)
136 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
166 "lhu %[temp1], " #J "(%[ppsharpen]) \n\t" \
171 "addu %[coeff], %[coeff], %[temp1] \n\t" \
176 "lhu %[temp1], " #J "(%[ppiq]) \n\t"
193 int temp0, temp1, temp2, temp3, temp4, temp5; local
368 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
484 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
546 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
580 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
606 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
628 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
lossless_enc_mips32.c 108 int i, temp0, temp1; local
118 "lw %[temp1], 4(%[pop]) \n\t"
122 "madd %[i], %[temp1] \n\t"
126 "mflo %[temp1] \n\t"
127 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),
133 return (double)((int64_t)temp0 << 32 | temp1);
154 int i, temp0, temp1, temp2, temp3; local
165 "lw %[temp1], 0(%[pY]) \n\t"
169 "addu %[temp0], %[temp0], %[temp1] \n\t
222 int temp0, temp1, temp2, temp3; local
381 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
    [all...]
lossless_mips_dsp_r2.c 96 int temp0, temp1, temp2, temp3, temp4, temp5; local
98 "preceu.ph.qbr %[temp1], %[c0] \n\t"
106 "addq.ph %[temp1], %[temp1], %[temp3] \n\t"
108 "shll_s.ph %[temp1], %[temp1], 7 \n\t"
110 "precrqu_s.qb.ph %[temp2], %[temp2], %[temp1] \n\t"
111 : [temp0]"=r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
121 int temp0, temp1, temp2, temp3, temp4, temp5 local
150 int temp0, temp1, temp2, temp3, temp4, temp5; local
237 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; local
295 int temp0, temp1, temp2, temp3, temp4, temp5; local
365 int temp0, temp1, temp2, temp3; local
417 int temp0, temp1, temp2, temp3; local
467 int temp0, temp1, temp2, temp3, temp4, temp5; local
541 int temp0, temp1, temp2, temp3, temp4, temp5; local
619 int temp0, temp1, temp2, temp3; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
cb_search.c 53 int16_t bits, temp1, temp2; local
115 temp1 = WebRtcSpl_MaxAbsValueW16(buf, lMem);
118 if ((temp1>0)&&(temp2>0)) {
119 temp1 = WEBRTC_SPL_MAX(temp1, temp2);
120 scale = WebRtcSpl_GetSizeInBits((uint32_t)(temp1 * temp1));
122 /* temp1 or temp2 is negative (maximum was -32768) */
360 temp1 = (int16_t)WebRtcSpl_NormW32(codedEner);
363 if(temp1 < temp2)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp 176 Word16 temp1; local
189 temp1 = shr(in[4*i+0], 2, pOverflow);
190 temp0 = sub(temp1, temp0, pOverflow);
192 temp1 = mult(COEFF5_1, temp0, pOverflow);
193 temp1 = add(data0, temp1, pOverflow);
203 out[4*i+0] = add(temp1, temp2, pOverflow);
204 out[4*i+1] = sub(temp1, temp2, pOverflow);
206 temp1 = mult(COEFF5_1, temp0, pOverflow);
208 data0 = sub(temp2, temp1, pOverflow)
304 Word16 temp1; local
408 Word16 temp1; local
1492 Word16 temp1; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dtx_decoder_amr_wb.cpp 926 int16 temp, temp1, i, dither_fac, rand_dith; local
965 temp1 = sub_int16(temp, isf[i - 1]);
968 if (temp1 < ISF_DITH_GAP)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 87 Word16 temp0, temp1, temp2; local
90 temp1 = add1(data[0], vo_mult(COEFF5_1, temp0));
97 *in0 = extract_h((vo_L_add(temp1, temp2) << 15));
98 *in1 = extract_h((vo_L_sub(temp1, temp2) << 15));
115 Word16 temp1, temp2; local
117 temp1 = vo_sub(*in1, vo_mult(COEFF3, *data));
118 temp2 = add1(*data, vo_mult(COEFF3, temp1));
119 *data = temp1;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 349 register int32 temp1; local
358 "=&r"(temp1)
368 register int32 temp1; local
382 "=&r"(temp1)
387 return temp1;
393 register int32 temp1; local
406 "=&r"(temp1)
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 74 int temp1 =0,temp2 =0; local
133 temp1 = atoi(argv[3]);
136 if (((temp1%16) != 0) || ((temp2%16) != 0))
142 decoder_context->video_resoultion.frame_height = temp1;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
video_encoder_test.c 73 int temp1 =0,temp2 =0; local
139 temp1 = atoi(argv[3]);
142 if (((temp1%16) != 0) || ((temp2%16) != 0))
148 encoder_context->input_width = temp1;

Completed in 903 milliseconds

1 2 34 5 6 7 8 91011