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

  /frameworks/base/media/libstagefright/codecs/avc/common/src/
dpb.cpp 179 video->intra_pred_top_cr = (uint8*) avcHandle->CBAVC_Malloc(userData, PicWidthInMbs << 3, FAST_MEM_ATTR);
180 if (video->intra_pred_top_cr == NULL)
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 629 uint8 *intra_pred_top_cr; member in struct:tagCommonObj
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
avcdec_api.cpp     [all...]
pred_intra.cpp 230 video->pintra_pred_top_cr = video->intra_pred_top_cr + (video->mb_x << 3);
392 video->intra_pred_topleft_cr = video->intra_pred_top_cr[(mb_x<<3)+7];
394 /* then copy to video->intra_pred_top, intra_pred_top_cb, intra_pred_top_cr */
397 memcpy(video->intra_pred_top_cr + (mb_x<<3), predCr, 8);*/
406 tmp_ptr = video->intra_pred_top_cr + (mb_x << 3);
    [all...]

Completed in 174 milliseconds