Searched refs:chrPW (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_chroma_ver.s50 chrPW RN 6 label
91 LDR chrPW, [sp, #0x104] ;// chromaPartWidth
96 ADD tmp1, x0, chrPW ;// tmp1 = x0+ chromaPartWidth
113 MOV tmp2, chrPW ;// tmp2 = chromaPartWidth
114 STMIA sp,{width,height,chrPW,tmp1,tmp2}
121 STMIA sp,{width,height,chrPW,tmp1,tmp2}
124 MLA block, chrPW, tmp1, block;// block + (chromaPW)*(chromaPH+1)
135 STR chrPW, [sp, #0xf8] ;// width
136 MOV width, chrPW
155 SUB tmp1, chrPW, #
[all...]
H A Dh264bsd_interpolate_chroma_hor.s51 chrPW RN 6 label
92 LDR chrPW, [sp, #0x104] ;// chromaPartWidth
97 ADD tmp6, x0, chrPW ;// tmp6 = x0+ chromaPartWidth
113 ADD tmp8, chrPW, #1 ;// tmp8 = chromaPartWidth+1
138 SUB chrPW, chrPW, #1
157 SUB tmp1, chrPW, #1 ;// chromaPartWidth-1
H A Dh264bsd_interpolate_chroma_hor_ver.s61 chrPW RN 10 label
94 LDR chrPW, [sp, #0x108] ;// chromaPartWidth
100 ADD tmp1, x0, chrPW ;// tmp1 = x0+ chromaPartWidth
117 ADD tmp3, chrPW, #1 ;// tmp3 = chromaPartWidth+1
118 ADD tmp1, chrPW, #1 ;// tmp1 = chromaPartWidth+1
163 SUB tmp1, chrPW, #1 ;// chromaPartWidth-1

Completed in 64 milliseconds