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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s106 predCoeffTable RN 10 label
141 LDR predCoeffTable, =armVCM4P2_Reciprocal_QP_S16 ;// Loading the table with entries 32767/(1 to 63)
157 LDRH temp,[predCoeffTable,temp] ;// Load value from coeff table for performing division using multiplication
192 LDR predCoeffTable, =armVCM4P2_Reciprocal_QP_S32 ;// Loading the table with entries 0x1ffff/(1 to 63)
197 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.s93 predCoeffTable RN 7 label
168 LDR predCoeffTable, =armVCM4P2_Reciprocal_QP_S16 ;// Loading the table with entries 32767/(1 to 63)
182 LDRH temp,[predCoeffTable,temp] ;// Load value from coeff table for performing division using multiplication
214 LDR predCoeffTable, =armVCM4P2_Reciprocal_QP_S32 ;// Loading the table with entries 0x1ffff/(1 to 63)
218 LDR temp2,[predCoeffTable,curQP] ;// temp=0x1ffff/curQP

Completed in 77 milliseconds