Searched refs:pp_dec_y (Results 1 – 3 of 3) sorted by relevance
115 uint8 *pp_dec_y, /* i/o */ in pp_semaphore_luma() argument216 if ((*(pp_dec_y) & 4) == 0) in pp_semaphore_luma()218 *(pp_dec_y) |= ((*(pp_prev1) | *(pp_prev2) | in pp_semaphore_luma()225 *(pp_dec_y) = 0; in pp_semaphore_luma()228 pp_dec_y += ll[kk]; in pp_semaphore_luma()352 if ((*(pp_dec_y)&4) == 0) in pp_semaphore_luma()354 *(pp_dec_y) |= ((*(pp_prev1) | in pp_semaphore_luma()363 *(pp_dec_y) = 0; in pp_semaphore_luma()366 pp_dec_y += ll[kk]; in pp_semaphore_luma()
160 uint8 *pp_dec_y, *pp_dec_u; in MBMotionComp() local412 pp_dec_y = video->pstprcTypCur + imv; in MBMotionComp()417 msk_deblock = pp_semaphore_luma(xpred, ypred, pp_dec_y, in MBMotionComp()432 pp_dec_y = video->pstprcTypCur + imv; in MBMotionComp()433 *pp_dec_y = 4; in MBMotionComp()434 *(pp_dec_y + 1) = 4; in MBMotionComp()435 *(pp_dec_y + mvwidth) = 4; in MBMotionComp()436 *(pp_dec_y + mvwidth + 1) = 4; in MBMotionComp()572 uint8 *pp_dec_y, *pp_dec_u; in SkippedMBMotionComp() local618 pp_dec_y = video->pstprcTypCur + imv; in SkippedMBMotionComp()[all …]
193 uint8 *pp_dec_y, /* i/o */