Searched refs:ptrA (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/ |
D | h264bsd_interpolate_chroma_hor.s | 35 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, ptrA, width, LSL #1 218 SBC ptrA, ptrA, tmp2, LSR #20 [all …]
|
D | h264bsd_interpolate_chroma_hor_ver.s | 36 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, #1]! 215 LDRB tmp3, [ptrA, width] [all …]
|
D | h264bsd_interpolate_chroma_ver.s | 34 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, ptrA, width, LSL #1 213 SBC ptrA, ptrA, tmp2, LSR #20 [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_reconstruct.c | 125 u8 *ptrA, *cbr; in h264bsdInterpolateChromaHor() local 159 ptrA = pRef + (comp * height + (u32)y0) * width + x0; in h264bsdInterpolateChromaHor() 168 tmp1 = ptrA[width]; in h264bsdInterpolateChromaHor() 169 tmp2 = *ptrA++; in h264bsdInterpolateChromaHor() 170 tmp3 = ptrA[width]; in h264bsdInterpolateChromaHor() 171 tmp4 = *ptrA++; in h264bsdInterpolateChromaHor() 178 tmp1 = ptrA[width]; in h264bsdInterpolateChromaHor() 179 tmp2 = *ptrA; in h264bsdInterpolateChromaHor() 188 ptrA += 2*width - chromaPartWidth; in h264bsdInterpolateChromaHor() 221 u8 *ptrA, *cbr; in h264bsdInterpolateChromaVer() local [all …]
|