Home | History | Annotate | Download | only in src

Lines Matching refs:QP

158         QP_store:   pointer to the array of QP corresponding to the decoded frame.
167 To differentiate real and fake edge, it then check the difference with QP to
189 int QP = 1;
207 QP = QP_store[(brwidth>>2) + (mbc>>1)]; /* QP is per MB based value */
223 if (chr) QP = QP_store[jVal0];
236 if (((jVal2 > 0) && (jVal2 < (QP << 1)))
237 || ((jVal2 < 0) && (jVal2 > -(QP << 1)))) /* (D-C) compared with 2QP */
281 }/* a3_0 > 2QP */
293 if (((jVal2 > 0) && (jVal2 < (QP)))
294 || ((jVal2 < 0) && (jVal2 > -(QP)))) /* (C-B) compared with QP */
339 if (chr) QP = QP_store[jVal0];
352 if (((jVal2 > 0) && (jVal2 < (QP << 1)))
353 || ((jVal2 < 0) && (jVal2 > -(QP << 1))))
409 if (((jVal2 > 0) && (jVal2 < (QP)))
410 || ((jVal2 < 0) && (jVal2 > -(QP))))
466 int QP = 1;
484 QP = QP_store[(brwidth>>2) + (mbc>>1)]; /* QP is per MB based value */
500 if (chr) QP = QP_store[jVal0];
513 if (((jVal2 > 0) && (jVal2 < (QP << 1)))
514 || ((jVal2 < 0) && (jVal2 > -(QP << 1)))) /* (D-C) compared with 2QP */
558 }/* a3_0 > 2QP */
578 if (chr) QP = QP_store[jVal0];
591 if (((jVal2 > 0) && (jVal2 < (QP << 1)))
592 || ((jVal2 < 0) && (jVal2 > -(QP << 1))))