Home | History | Annotate | Download | only in src

Lines Matching defs:QP

32 ; * [in] QP              quantization parameter (quantiser_scale)
47 ; * - If QP <= 0.
64 QP RN 1
81 TST QP,#1
84 SUBEQ QP1,QP,#1 ;// QP1=QP if QP is odd , QP1=QP-1 if QP is even
85 MOVNE QP1,QP
97 SMLABBNE X2,QP,X2,QP1 ;// X2=2*absval(first val)*QP+QP if QP is odd
98 ;// X2=2*absval(first val)*QP+QP-1 if QP is even
105 SMLABBNE X3,QP,X3,QP1
116 SMLABBNE X2,QP,X2,QP1
124 SMLABBNE X3,QP,X3,QP1