HomeSort by relevance Sort by last modified time
    Searched defs:curQP (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 35 ; * [in] curQP quantization parameter of the current block. curQP may
57 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
85 curQP RN 3
194 MUL temp1,curQP,temp1
196 RSB negCurQP,curQP,#0
197 LDR CoeffTable,[predCoeffTable,temp1] ;// CoeffTable=0x1ffff/curQP
198 ADD curQP,curQP,#1 ;// curQP=curQP+
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 35 ; * [in] curQP quantization parameter of the current block. curQP may
57 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
81 curQP RN 3
216 MUL curQP,curQP,Const ;// curQP=4*curQP
218 LDR temp2,[predCoeffTable,curQP] ;// temp=0x1ffff/curQ
    [all...]

Completed in 103 milliseconds