Home | History | Annotate | Download | only in src

Lines Matching refs:QPy

51         /* calculate currMB->QPy */
328 set video->QPyprev = currMB->QPy; */
336 if (!currMB->CBP && currMB->NumMbPart == 1 && currMB->QPy == video->QPy)
581 /* calculate currMB->mb_qp_delta = currMB->QPy - video->QPyprev */
584 status = se_v(stream, currMB->QPy - video->QPy);
585 video->QPy = currMB->QPy; /* = (video->QPyprev + currMB->mb_qp_delta + 52)%52; */
590 if (currMB->QPy != video->QPy) // current QP is not the same as previous QP