Home | History | Annotate | Download | only in src

Lines Matching refs:prediction

27 ; * Contains module for DC/AC coefficient prediction
33 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
34 ; * to the function call, prediction direction (predDir) should be selected
53 ; * [in] predDir indicates the prediction direction which takes one
57 ; * [in] ACPredFlag a flag indicating if AC prediction should be
139 ;// DC Prediction
143 M_LDR predDir,predDironStack ;// Load Prediction direction
157 CMP predDir,#2 ;// Check if the Prediction direction is vertical
161 LDREQSH absCoeffDC,[pPredBufRow] ;// If vetical load the coeff from Row Prediction Buffer
162 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffer
166 MOV temp1,absCoeffDC ;// temp1=prediction coeff
198 CMP ACPredFlag,#1 ;// Check if the AC prediction flag is set or not
201 ;// AC Prediction
209 CMP predDir,#2 ;// Check the Prediction direction
215 BNE Horizontal ;// If the Prediction direction is horizontal branch to Horizontal
239 ;// Update source and Row Prediction buffers
277 ;// Update source and Row Prediction buffers