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

  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_intra.cpp 132 video->pintra_pred_top = video->intra_pred_top + (video->mb_x << 4);
137 video->pintra_pred_top = curL - pitch;
536 video->pintra_pred_top = video->intra_pred_top + (block_x << 2) + (video->mb_x << 4);
540 video->pintra_pred_top = video->pred_block + block_offset - video->pred_pitch;
558 video->pintra_pred_top = comp - pitch;
713 uint8 *comp_ref = video->pintra_pred_top;
788 comp_ref = video->pintra_pred_top;
802 comp_ref = video->pintra_pred_top;
827 uint8 *comp_refx = video->pintra_pred_top;
903 uint8 *comp_refx = video->pintra_pred_top;
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 633 uint8 *pintra_pred_top; /* pointer to the top intra prediction value */ member in struct:tagCommonObj
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp     [all...]

Completed in 32 milliseconds