Searched defs:pp_dec_y (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpp_semaphore_luma.cpp25 pp_dec_y = pointer to the post processing semaphore for current
51 pp_dec_y contents are the updated semapohore propagation data
115 uint8 *pp_dec_y, /* i/o */
216 if ((*(pp_dec_y) & 4) == 0)
218 *(pp_dec_y) |= ((*(pp_prev1) | *(pp_prev2) |
225 *(pp_dec_y) = 0;
228 pp_dec_y += ll[kk];
352 if ((*(pp_dec_y)&4) == 0)
354 *(pp_dec_y) |= ((*(pp_prev1) |
363 *(pp_dec_y)
112 pp_semaphore_luma( int xpred, int ypred, uint8 *pp_dec_y, uint8 *pstprcTypPrv, int *ll, int *mv_loc, int dx, int dy, int mvwidth, int width, int height ) argument
[all...]
H A Dmb_motion_comp.cpp160 uint8 *pp_dec_y, *pp_dec_u; local
412 pp_dec_y = video->pstprcTypCur + imv;
417 msk_deblock = pp_semaphore_luma(xpred, ypred, pp_dec_y,
432 pp_dec_y = video->pstprcTypCur + imv;
433 *pp_dec_y = 4;
434 *(pp_dec_y + 1) = 4;
435 *(pp_dec_y + mvwidth) = 4;
436 *(pp_dec_y + mvwidth + 1) = 4;
572 uint8 *pp_dec_y, *pp_dec_u; local
618 pp_dec_y
[all...]

Completed in 24 milliseconds