Home | History | Annotate | Download | only in src

Lines Matching defs:QP

33 ; * [in]    QP            quantization parameter (quantiser_scale)
48 ; * - If QP <= 0.
68 QP RN 1
102 LDRB dcScaler,[index,QP]
105 ;//M_CalDCScalar shortVideoHeader,videoComp, QP
115 TST QP,#1
118 SUBEQ QP1,QP,#1 ;// QP1=QP if QP is odd , QP1=QP-1 if QP is even
119 MOVNE QP1,QP
133 SMLABBNE X2,QP,X2,QP1 ;// X2=2*absval(first val)*QP+QP if QP is odd
134 ;// X2=2*absval(first val)*QP+QP-1 if QP is even
141 SMLABBNE X3,QP,X3,QP1
152 SMLABBNE X2,QP,X2,QP1
160 SMLABBNE X3,QP,X3,QP1