Searched refs:tmp3 (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_transform.c99 i32 tmp0, tmp1, tmp2, tmp3; local
110 tmp3 = levelScale[qpMod6[qp]][2] << qpDiv;
125 data[15] = (d3 * tmp3);
132 data[5] = (d3 * tmp3);
144 data[7] = (d2 * tmp3);
151 data[13] = (d1 * tmp3);
161 tmp3 = ptr[1] + (ptr[3] >> 1);
162 ptr[0] = tmp0 + tmp3;
165 ptr[3] = tmp0 - tmp3;
175 tmp3
257 i32 tmp0, tmp1, tmp2, tmp3; local
361 i32 tmp0, tmp1, tmp2, tmp3; local
[all...]
H A Dh264bsd_image.c186 i32 tmp1, tmp2, tmp3, tmp4; local
251 tmp3 = tmp[1];
255 tmp3 = clp[tmp3 + tmp4];
258 imageBlock[1] = (u8)tmp3;
260 tmp3 = tmp[3];
263 tmp3 = clp[tmp3 + tmp4];
265 imageBlock[3] = (u8)tmp3;
323 tmp3
[all...]
H A Dh264bsd_reconstruct.c124 u32 x, y, tmp1, tmp2, tmp3, tmp4, c, val; local
170 tmp3 = ptrA[width];
172 c = ((val * tmp1 + xFrac * tmp3) << 3) + 32;
180 c = ((val * tmp3 + xFrac * tmp1) << 3) + 32;
220 u32 x, y, tmp1, tmp2, tmp3, c, val; local
264 tmp3 = ptrA[width*2];
267 c = ((val * tmp2 + yFrac * tmp3) << 3) + 32;
273 tmp3 = ptrA[width*2];
276 c = ((val * tmp2 + yFrac * tmp3) << 3) + 32;
315 u32 x, y, tmp1, tmp2, tmp3, tmp local
503 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
622 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
756 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
880 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1019 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1222 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1409 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
1613 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
[all...]
H A Dh264bsd_slice_data.c259 i32 tmp2, tmp3; local
265 tmp3 = pSlice->sliceBetaOffset;
269 pMb->filterOffsetB = tmp3;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_mid_hor.s46 tmp3 RN 10 label
81 AND tmp3, count, #0x000F0000 ;// partWidth-1
84 ADD count, count, tmp3, LSL #12
95 SMULTB tmp3, x_2_0, mult_20_01
100 SMLATB tmp3, x_3_1, mult_20_m5, tmp3
106 SMLADX tmp3, x_6_4, mult_20_m5, tmp3
112 SMLADX tmp3, x_7_5, mult_20_01, tmp3
[all...]
H A Dh264bsd_interpolate_chroma_hor_ver.s56 tmp3 RN 8 label
117 ADD tmp3, chrPW, #1 ;// tmp3 = chromaPartWidth+1
120 STMIA sp,{width,height,tmp1,tmp2,tmp3}
127 STMIA sp,{width,height,tmp1,tmp2,tmp3}
145 MLA tmp3, y0, width, x0 ;// tmp3 = y0*width+x0
148 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
181 LDRB tmp3, [ptrA, width]
184 PKHBT tmp1, tmp1, tmp3, LS
[all...]
H A Dh264bsd_interpolate_hor_quarter.s58 tmp3 RN 9 label
157 AND tmp3, count, #0x00F00000 ;// partWidth-1
161 ADD count, count, tmp3, LSL #8
171 SMLATB tmp3, x_2_0, mult_20_01, plus16
176 SMLATB tmp3, x_3_1, mult_20_m5, tmp3
182 SMLADX tmp3, x_6_4, mult_20_m5, tmp3
189 SMLADX tmp3, x_7_5, mult_20_01, tmp3
[all...]
H A Dh264bsd_interpolate_hor_half.s58 tmp3 RN 9 label
155 AND tmp3, count, #0x00F00000 ;// partWidth-1
159 ADD count, count, tmp3, LSL #8
169 SMLATB tmp3, x_2_0, mult_20_01, plus16
174 SMLATB tmp3, x_3_1, mult_20_m5, tmp3
180 SMLADX tmp3, x_6_4, mult_20_m5, tmp3
187 SMLADX tmp3, x_7_5, mult_20_01, tmp3
[all...]
H A Dh264bsd_interpolate_chroma_hor.s59 tmp3 RN 9 label
141 MLA tmp3, y0, width, x0 ;// tmp3 = y0*width+x0
143 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
180 LDRB tmp3, [ptrA, width]
183 PKHBT tmp5, tmp1, tmp3, LSL #16
192 PKHBT tmp7, tmp3, tmp1, LSL #16
234 MLA tmp3, tmp1, width, tmp2
235 ADD ptrA, ref, tmp3
251 LDRB tmp3, [ptr
[all...]
H A Dh264bsd_interpolate_ver_half.s49 tmp3 RN 6 label
152 LDR tmp3, [ref], width ;// |g4|g3|g2|g1|
158 UXTB16 tmpa, tmp3 ;// |g3|g1|
173 UXTB16 tmpa, tmp3, ROR #8 ;// |g4|g2|
196 ;// tmp3 = |c4|c3|c2|c1|
205 UXTB16 tmpb, tmp3 ;// |c3|c1|
222 UXTB16 tmpb, tmp3, ROR #8 ;// |c4|c2|
239 ;// tmp3 = |a4|a3|a2|a1|
253 UXTAB16 tmpa, tmpa, tmp3 ;// 16+20(G+M)+A
269 UXTAB16 tmpa, tmpa, tmp3, RO
[all...]
H A Dh264bsd_interpolate_ver_quarter.s48 tmp3 RN 6 label
153 LDR tmp3, [ref], width ;// |g4|g3|g2|g1|
159 UXTB16 tmpa, tmp3 ;// |g3|g1|
174 UXTB16 tmpa, tmp3, ROR #8 ;// |g4|g2|
191 MVNEQ tmp1, tmp3 ;// select verOffset=0
205 ;// tmp3 = |c4|c3|c2|c1|
214 UXTB16 tmpb, tmp3 ;// |c3|c1|
231 UXTB16 tmpb, tmp3, ROR #8 ;// |c4|c2|
253 ;// tmp3 = |a4|a3|a2|a1|
267 UXTAB16 tmpa, tmpa, tmp3 ;// 1
[all...]
H A Dh264bsd_interpolate_chroma_ver.s57 tmp3 RN 9 label
139 MLA tmp3, y0, width, x0 ;// tmp3 = y0*width+x0
141 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
177 LDRB tmp3, [ptrA,width, LSL #1] ;// 3 row, 1 col
185 PKHBT tmp2, tmp2, tmp3, LSL #16 ;// |C|B|
228 MLA tmp3, tmp1, width, tmp2
229 ADD ptrA, ref, tmp3
244 LDRB tmp3, [ptrA,width, LSL #1] ;// 3 row, 1 col
252 PKHBT tmp2, tmp2, tmp3, LS
[all...]
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Doversamp_12k8_to_16k.cpp284 int16 tmp1, tmp2, tmp3, tmp4; local
290 tmp3 = *(pt_x++);
294 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
298 tmp3 = *(pt_x++);
302 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
306 tmp3 = *(pt_x++);
310 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
314 tmp3 = *(pt_x++);
318 L_sum = fxp_mac_16by16(tmp3, *(pt_fir++), L_sum);
322 tmp3
[all...]
H A Disf_extrapolation.cpp122 int16 coeff, mean, tmp, tmp2, tmp3; local
162 tmp3 = sub_int16(IsfDiff[i - 2], mean);
163 L_tmp = mul_16by16_to_int32(tmp2, tmp3);
172 tmp3 = sub_int16(IsfDiff[i - 3], mean);
173 L_tmp = mul_16by16_to_int32(tmp2, tmp3);
182 tmp3 = sub_int16(IsfDiff[i - 4], mean);
183 L_tmp = mul_16by16_to_int32(tmp2, tmp3);
H A Dband_pass_6k_7k.cpp195 int16 tmp3 = x[(i<<2)+j+2]; local
200 L_tmp2 = fxp_mac_16by16(tmp3, fir_6k_7k[j+1], L_tmp2);
201 L_tmp3 = fxp_mac_16by16(tmp3, fir_6k_7k[j ], L_tmp3);
202 L_tmp1 = fxp_mac_16by16(tmp3, fir_6k_7k[j+2], L_tmp1);
H A Dlow_pass_filt_7k.cpp175 int16 tmp3 = x[(i<<2)+j+2]; local
180 L_tmp2 = fxp_mac_16by16(tmp3, fir_7k[j+1], L_tmp2);
181 L_tmp3 = fxp_mac_16by16(tmp3, fir_7k[j ], L_tmp3);
182 L_tmp1 = fxp_mac_16by16(tmp3, fir_7k[j+2], L_tmp1);
H A Dpred_lt4.cpp202 int16 tmp3 = pt_exc[i+2]; local
208 L_sum2 = fxp_mac_16by16(tmp3, pt_inter4_2[i+1], L_sum2);
209 L_sum3 = fxp_mac_16by16(tmp3, pt_inter4_2[i ], L_sum3);
210 L_sum1 = fxp_mac_16by16(tmp3, pt_inter4_2[i+2], L_sum1);
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dct_6.cpp120 Int32 tmp3; local
132 tmp3 = vec[3] - vec[2];
139 tmp0 = fxp_mul32_Q30(tmp3, cos_7_pi_12);
143 vec[3] = fxp_mul32_Q30((tmp3 + tmp4 - tmp5), cos_3_pi_12);
144 tmp0 = fxp_mul32_Q30(tmp3, cos_11_pi_12);
H A Dpvmp3_mdct_18.cpp138 int32 tmp3; local
165 tmp3 = vec[16]; //
183 vec[13] = vec[15] - tmp3;
184 vec[15] = vec[17] - tmp3;
190 tmp3 = vec[9];
196 vec[i+10] = tmp3 + tmp4;
199 tmp3 = tmp4;
206 vec[16] = tmp3 + tmp4;
237 tmp3 = history[10];
241 vec[10] = fxp_mac32_Q32(tmp3, tmp
[all...]
H A Dpvmp3_dct_9.cpp131 int32 tmp3 = vec[5] + vec[3]; local
134 vec[0] = (tmp0 + tmp2 + tmp3) + (tmp1 + vec[4]);
135 vec[6] = ((tmp0 + tmp2 + tmp3) >> 1) - (tmp1 + vec[4]);
145 vec[8] = fxp_mac32_Q32(vec[8], tmp3 << 1, cos_8pi_9);
146 vec[4] = fxp_mac32_Q32(vec[4], tmp3 << 1, cos_4pi_9);
147 vec[2] = fxp_mac32_Q32(vec[2], tmp3 << 1, cos_7pi_9);
H A Dpvmp3_reorder.cpp157 int32 tmp3 = xr[src_line+(sfb_lines<<1)]; local
161 Scratch_mem[freq+2] = tmp3;
178 int32 tmp3 = xr[src_line+(sfb_lines<<1)]; local
182 Scratch_mem[freq+2] = tmp3;
H A Dpvmp3_dct_16.cpp157 int32 tmp3; local
207 tmp3 = vec[ 3] + vec[12];
211 tmp1 = (tmp3 + tmp4);
212 tmp4 = fxp_mul32_Q32((tmp3 - tmp4) << 2, Qfmt_31(0.64072886193538F));
219 tmp3 = fxp_mul32_Q32((itmp_e1 - itmp_e2) << 1, Qfmt_31(0.65328148243819F));
224 tmp0 = fxp_mul32_Q32((tmp1 - tmp3) << 1, Qfmt_31(0.70710678118655F));
225 vec[ 4] = tmp1 + tmp3 + tmp0;
233 tmp3 = fxp_mul32_Q32((tmp6 - tmp5) << 2, Qfmt_31(0.65328148243819F));
238 tmp7 = fxp_mul32_Q32((tmp1 - tmp3) << 1, Qfmt_31(0.70710678118655F));
240 tmp1 += tmp3
[all...]
H A Dpvmp3_get_scale_factors.cpp201 uint32 tmp3 = getNbits(pMainData, tmp2); local
205 *(ptr++) = (tmp3 << (32 - tmp2)) >> tmp4;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_MCReconBlock_s.s347 M_LOAD_X pSrc, srcStep, tmp1, tmp2, tmp3, $offset
348 M_LOAD_X pSrc, srcStep, tmp3, tmp4, tmp5, $offset
352 STRD tmp3, tmp4, [pDst], dstStep
353 M_LOAD_X pSrc, srcStep, tmp1, tmp2, tmp3, $offset
354 M_LOAD_X pSrc, srcStep, tmp3, tmp4, tmp5, $offset
382 M_LOAD_XINT pSrc, srcStep, $offset, tmp1, tmp2, tmp3, tmp4
385 M_EXT_XINT $offset, tmp1, tmp2, tmp3, tmp4
386 M_UHADD8R tmp5, tmp1, tmp3, (1-$rndVal), mask
389 M_LOAD_XINT pSrc, srcStep, $offset, tmp1, tmp2, tmp3, tmp4
417 M_LOAD_X pSrc, srcStep, tmp3, tmp
586 tmp3 RN 6 label
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dsad.cpp321 Int tmp, tmp2, tmp3, mask = 0xFF; local
330 tmp3 = kk[1];
332 tmp2 = (UInt)tmp3 >> 24;
335 tmp2 = (tmp3 >> 16) & mask;
338 tmp2 = (tmp3 >> 8) & mask;
341 tmp2 = tmp3 & mask;
343 tmp3 = *kk;
346 tmp2 = (UInt)tmp3 >> 24;
349 tmp2 = (tmp3 >> 16) & mask;
352 tmp2 = (tmp3 >>
[all...]

Completed in 265 milliseconds

12