Searched refs:predCoeffTable (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s120 predCoeffTable RN 10 label
155 LDR predCoeffTable, =armVCM4P2_Reciprocal_QP_S16 ;// Loading the table with entries 32767/(1 to 63)
171 LDRH temp,[predCoeffTable,temp] ;// Load value from coeff table for performing division using multiplication
206 LDR predCoeffTable, =armVCM4P2_Reciprocal_QP_S32 ;// Loading the table with entries 0x1ffff/(1 to 63)
211 LDR CoeffTable,[predCoeffTable,temp1] ;// CoeffTable=0x1ffff/curQP
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s107 predCoeffTable RN 7 label
182 LDR predCoeffTable, =armVCM4P2_Reciprocal_QP_S16 ;// Loading the table with entries 32767/(1 to 63)
196 LDRH temp,[predCoeffTable,temp] ;// Load value from coeff table for performing division using multiplication
228 LDR predCoeffTable, =armVCM4P2_Reciprocal_QP_S32 ;// Loading the table with entries 0x1ffff/(1 to 63)
232 LDR temp2,[predCoeffTable,curQP] ;// temp=0x1ffff/curQP

Completed in 67 milliseconds