OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pPredBufRow
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s
31
; * [in]
pPredBufRow
pointer to the coefficient row buffer; must be aligned
51
; * [out]
pPredBufRow
pointer to the updated coefficient row buffer
56
; * - At least one of the pointers is NULL: pSrcDst,
pPredBufRow
, or pPredBufCol.
59
; * - At least one of the pointers pSrcDst,
pPredBufRow
, or pPredBufCol is not
83
pPredBufRow
RN 1
147
LDREQSH absCoeffDC,[
pPredBufRow
] ;// If vetical load the coeff from Row Prediction Buffer
159
SMULBB tempPred,temp,absCoeffDC ;// tempPred=
pPredBufRow
(Col)[0]*32767/dcScaler
161
LSR tempPred,tempPred,#15 ;// tempPred=
pPredBufRow
(Col)[0]/dcScaler
164
MLA Rem,negdcScaler,tempPred,absCoeffDC ;// Rem =
pPredBufRow
(Col)[0]-tempPred*dcScaler
171
RSBLT tempPred,tempPred,#0 ;/ if
pPredBufRow
(Col)[0]<0; tempPred=-tempPre
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s
31
; * [in]
pPredBufRow
pointer to the coefficient row buffer; must be aligned
51
; * [out]
pPredBufRow
pointer to the updated coefficient row buffer
56
; * - At least one of the pointers is NULL: pSrcDst,
pPredBufRow
, or pPredBufCol.
59
; * - At least one of the pointers pSrcDst,
pPredBufRow
, or pPredBufCol is not
79
pPredBufRow
RN 1
173
LDREQSH absCoeffDC,[
pPredBufRow
] ;// If vetical load the coeff from Row Prediction Buffer
183
SMULBB tempPred,temp,absCoeffDC ;// tempped=
pPredBufRow
(Col)[0]*32767/dcScaler
185
LSR tempPred,tempPred,#15 ;// tempped=
pPredBufRow
(Col)[0]/dcScaler
187
MLA Rem,negdcScaler,tempPred,absCoeffDC ;// Remainder Rem=abs(
pPredBufRow
(Col)[0])-tempPred*dcScaler
196
STRH dcRowbufCoeff,[
pPredBufRow
,#-16]
[
all
...]
Completed in 18 milliseconds