Searched refs:tmp6 (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c315 u32 x, y, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, valX, valY, plus32 = 32; local
369 tmp6 = ptrA[width*2];
373 tmp4 += tmp6 * yFrac;
503 i32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; local
539 tmp6 = *ptrV++;
545 tmp7 = tmp5 + tmp6;
554 tmp7 = tmp3 + tmp6;
563 tmp6 += 16;
567 tmp6 -= (tmp7 << 2);
568 tmp6
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...]
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dct_16.cpp160 int32 tmp6; local
189 tmp6 = vec[ 6] + vec[ 9];
193 itmp_e1 = (tmp1 + tmp6);
194 tmp6 = fxp_mul32_Q32((tmp1 - tmp6), Qfmt_31(0.60134488693505F));
233 tmp3 = fxp_mul32_Q32((tmp6 - tmp5) << 2, Qfmt_31(0.65328148243819F));
234 tmp6 += tmp5;
236 tmp4 = fxp_mul32_Q32((tmp7 - tmp6) << 1, Qfmt_31(0.70710678118655F));
237 tmp6 += tmp7;
241 vec[ 2] = tmp1 + tmp6;
[all...]
H A Dpvmp3_dct_9.cpp130 int32 tmp6 = vec[6] - vec[2]; local
150 vec[1] = fxp_mac32_Q32(vec[1], tmp6 << 1, cos_13pi_18);
153 vec[3] = fxp_mul32_Q32((tmp5 + tmp6 - tmp8) << 1, cos_pi_6);
155 vec[5] = fxp_mac32_Q32(vec[5], tmp6 << 1, cos_7pi_18);
159 vec[7] = fxp_mac32_Q32(vec[7], tmp6 << 1, cos_17pi_18);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_chroma_hor_ver.s63 tmp6 RN 11 label
195 LDRB tmp6, [ptrA, width, LSL #1]
198 PKHBT tmp4, tmp4, tmp6, LSL #16 ;// |t6|t4|
205 MLA tmp6, tmp3, valX, c32 ;// t3=t3*valX+32
206 MLA tmp6, tmp4, xFrac, tmp6 ;// t6=t4*xFrac+t6
208 MOV tmp6, tmp6, LSR #6 ;// scale down
209 STRB tmp6, [mb, #8] ;// store pixel
226 MLA tmp6, tmp
[all...]
H A Dh264bsd_interpolate_chroma_hor.s65 tmp6 RN 12 label
97 ADD tmp6, x0, chrPW ;// tmp6 = x0+ chromaPartWidth
98 ADD tmp6, tmp6, #1 ;// tmp6 = x0 + chromaPartWidth + 1
99 CMP tmp6, width ;// x0+chromaPartWidth+1 > width
106 ADD tmp6, y0, chrPH ;// tmp6 = y0 + chromaPartHeight
107 CMP tmp6, heigh
[all...]
H A Dh264bsd_interpolate_hor_ver_quarter.s62 tmp6 RN 9 label
142 LDR tmp6, [sp,#0x228] ;// horVerOffset
147 AND tmp6, tmp6, #2 ;// calculate ref for horizontal filter
149 ADD tmp6, tmpa, tmp6, LSR #1
150 MLA ref, tmp6, width, ref
170 AND tmp6, count, #0x00F00000 ;// partWidth-1
177 ADD count, count, tmp6, LSL #8 ;// partW-1 to upper part of top byte
187 SMLATB tmp6, x_2_
[all...]
H A Dh264bsd_interpolate_ver_half.s56 tmp6 RN 9 label
103 ADD tmp6, y0, partH ;// (y0+partHeight)
104 ADD tmp6, tmp6, #5 ;// (y0+partH+5)
106 CMP tmp6, height
134 MLA tmp6, width, y0, x0 ;// y0*width+x0
135 ADD ref, ref, tmp6 ;// ref += y0*width+x0
155 LDR tmp6, [ref], width ;// |t4|t3|t2|t1|
166 UXTAB16 tmpa, tmpa, tmp6 ;// 16+20(G+M)+A+T
182 UXTAB16 tmpa, tmpa, tmp6, RO
[all...]
H A Dh264bsd_interpolate_ver_quarter.s55 tmp6 RN 9 label
102 ADD tmp6, y0, partH ;// (y0+partHeight)
103 ADD tmp6, tmp6, #5 ;// (y0+partH+5)
105 CMP tmp6, height
133 MLA tmp6, width, y0, x0 ;// y0*width+x0
134 ADD ref, ref, tmp6 ;// ref += y0*width+x0
156 LDR tmp6, [ref], width ;// |t4|t3|t2|t1|
167 UXTAB16 tmpa, tmpa, tmp6 ;// 16+20(G+M)+A+T
183 UXTAB16 tmpa, tmpa, tmp6, RO
[all...]
H A Dh264bsd_interpolate_chroma_ver.s64 tmp6 RN 12 label
181 LDRB tmp6, [ptrA,width, LSL #1] ;// 3 row, 2 col
189 PKHBT tmp5, tmp5, tmp6, LSL #16 ;// |C|B|
248 LDRB tmp6, [ptrA,width, LSL #1] ;// 3 row, 2 col
256 PKHBT tmp5, tmp5, tmp6, LSL #16 ;// |C|B|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_9_gcc.s146 @ vec[3] = fxp_mul32_Q32((tmp5 + tmp6 - tmp8)<<1, cos_pi_6)@
156 @ vec[5] = fxp_mac32_Q32( vec[5], tmp6<<1, cos_7pi_18)@
167 @ vec[7] = fxp_mac32_Q32( vec[7], tmp6<<1, cos_17pi_18)@
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_MCReconBlock_s.s401 M_UHADD8R tmp6, tmp2, tmp4, (1-$rndVal), mask
402 STRD tmp5, tmp6, [pDst], dstStep
603 tmp6 RN 9 label

Completed in 220 milliseconds