Searched refs:ptrA (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_chroma_hor_ver.s36 ptrA RN 0 label
148 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
180 LDRB tmp1, [ptrA]
181 LDRB tmp3, [ptrA, width]
182 LDRB tmp5, [ptrA, width, LSL #1]
193 LDRB tmp2, [ptrA, #1]!
194 LDRB tmp4, [ptrA, width]
195 LDRB tmp6, [ptrA, width, LSL #1]
214 LDRB tmp1, [ptrA, #
[all...]
H A Dh264bsd_interpolate_chroma_hor.s35 ptrA RN 0 label
143 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
176 LDRB tmp1, [ptrA, width]
177 LDRB tmp2, [ptrA], #1
180 LDRB tmp3, [ptrA, width]
181 LDRB tmp4, [ptrA], #1
186 LDRB tmp1, [ptrA, width]
187 LDRB tmp2, [ptrA], #1
217 ADD ptrA, ptr
[all...]
H A Dh264bsd_interpolate_chroma_ver.s34 ptrA RN 0 label
141 ADD ptrA, ref, tmp3 ;// ptrA = ref + y0*width+x0
176 LDRB tmp2, [ptrA,width] ;// 2 row, 1 col
177 LDRB tmp3, [ptrA,width, LSL #1] ;// 3 row, 1 col
178 LDRB tmp1, [ptrA],#1 ;// 1 row, 1 col
180 LDRB tmp5, [ptrA,width] ;// 2 row, 2 col
181 LDRB tmp6, [ptrA,width, LSL #1] ;// 3 row, 2 col
182 LDRB tmp4, [ptrA],#1 ;// 1 row, 2 col
212 ADD ptrA, ptr
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c125 u8 *ptrA, *cbr; local
159 ptrA = pRef + (comp * height + (u32)y0) * width + x0;
168 tmp1 = ptrA[width];
169 tmp2 = *ptrA++;
170 tmp3 = ptrA[width];
171 tmp4 = *ptrA++;
178 tmp1 = ptrA[width];
179 tmp2 = *ptrA;
188 ptrA += 2*width - chromaPartWidth;
221 u8 *ptrA, *cb local
317 u8 *ptrA, *cbr; local
[all...]

Completed in 225 milliseconds