HomeSort by relevance Sort by last modified time
    Searched refs:pp_dec_y (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
pp_semaphore_luma.cpp 25 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) = 0
    [all...]
mb_motion_comp.cpp 156 uint8 *pp_dec_y, *pp_dec_u; local
403 pp_dec_y = video->pstprcTypCur + imv;
408 msk_deblock = pp_semaphore_luma(xpred, ypred, pp_dec_y,
423 pp_dec_y = video->pstprcTypCur + imv;
424 *pp_dec_y = 4;
425 *(pp_dec_y + 1) = 4;
426 *(pp_dec_y + mvwidth) = 4;
427 *(pp_dec_y + mvwidth + 1) = 4;
563 uint8 *pp_dec_y, *pp_dec_u; local
602 pp_dec_y = video->pstprcTypCur + imv
    [all...]
mp4dec_lib.h 193 uint8 *pp_dec_y, /* i/o */

Completed in 86 milliseconds