Home
last modified time | relevance | path

Searched refs:pp_dec_y (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dpp_semaphore_luma.cpp115 uint8 *pp_dec_y, /* i/o */ in pp_semaphore_luma() argument
216 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()
Dmb_motion_comp.cpp156 uint8 *pp_dec_y, *pp_dec_u; in MBMotionComp() local
403 pp_dec_y = video->pstprcTypCur + imv; in MBMotionComp()
408 msk_deblock = pp_semaphore_luma(xpred, ypred, pp_dec_y, in MBMotionComp()
423 pp_dec_y = video->pstprcTypCur + imv; in MBMotionComp()
424 *pp_dec_y = 4; in MBMotionComp()
425 *(pp_dec_y + 1) = 4; in MBMotionComp()
426 *(pp_dec_y + mvwidth) = 4; in MBMotionComp()
427 *(pp_dec_y + mvwidth + 1) = 4; in MBMotionComp()
563 uint8 *pp_dec_y, *pp_dec_u; in SkippedMBMotionComp() local
602 pp_dec_y = video->pstprcTypCur + imv; in SkippedMBMotionComp()
[all …]
Dmp4dec_lib.h193 uint8 *pp_dec_y, /* i/o */