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

  /frameworks/base/media/libstagefright/codecs/avc/common/src/
dpb.cpp 174 video->intra_pred_top_cb = (uint8*) avcHandle->CBAVC_Malloc(userData, PicWidthInMbs << 3, FAST_MEM_ATTR);
175 if (video->intra_pred_top_cb == NULL)
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 627 uint8 *intra_pred_top_cb; member in struct:tagCommonObj
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_api.cpp     [all...]
pred_intra.cpp 227 video->pintra_pred_top_cb = video->intra_pred_top_cb + (video->mb_x << 3);
391 video->intra_pred_topleft_cb = video->intra_pred_top_cb[(mb_x<<3)+7];
394 /* then copy to video->intra_pred_top, intra_pred_top_cb, intra_pred_top_cr */
396 memcpy(video->intra_pred_top_cb + (mb_x<<3), predCb, 8);
403 tmp_ptr = video->intra_pred_top_cb + (mb_x << 3);
    [all...]

Completed in 253 milliseconds