HomeSort by relevance Sort by last modified time
    Searched full:mb_size (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp 141 int row = MB_SIZE;
162 oscl_memcpy(y1, y2, MB_SIZE);
165 oscl_memcpy(y1, y2, MB_SIZE);
168 oscl_memcpy(y1, y2, MB_SIZE);
171 oscl_memcpy(y1, y2, MB_SIZE);
mp4def.h 141 #define MB_SIZE 16
142 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
vop.cpp 412 /* round up to a multiple of MB_SIZE. 08/09/2000 */
422 /* round up to a multiple of MB_SIZE. 08/09/2000 */
690 video->nMBPerRow = video->width / MB_SIZE;
691 video->nMBPerCol = video->height / MB_SIZE;
    [all...]
mb_utils.cpp 29 row = MB_SIZE;
pp_semaphore_luma.cpp 139 if (xpred >= 0 && xpred <= ((width << 1) - (2*MB_SIZE)) && ypred >= 0 &&
140 ypred <= ((height << 1) - (2*MB_SIZE)))
pvdec_api.cpp 301 video->nMBinGOB = video->width / MB_SIZE;
303 video->nGOBinVop = video->height / MB_SIZE;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 213 #define MB_SIZE 16
214 #define NCOEFF_MB (MB_SIZE*MB_SIZE)
motion_comp.cpp     [all...]
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 268 const int mb_size = enc->mb_w_ * enc->mb_h_; local
272 if (!VP8BitWriterInit(bw, mb_size * 7 / 8)) { // ~7 bits per macroblock
  /external/webp/src/enc/
syntax.c 268 const int mb_size = enc->mb_w_ * enc->mb_h_; local
272 if (!VP8BitWriterInit(bw, mb_size * 7 / 8)) { // ~7 bits per macroblock
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 63 #define MB_SIZE 16
    [all...]

Completed in 388 milliseconds