OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chrpw
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_ver.s
50
chrPW
RN 6
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
, #1 ;// chromaPartWidth-
[
all
...]
h264bsd_interpolate_chroma_hor.s
51
chrPW
RN 6
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
h264bsd_interpolate_chroma_hor_ver.s
61
chrPW
RN 10
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 2584 milliseconds