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

  /external/libvpx/libvpx/vp8/decoder/
decoderthreading.h 22 void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows);
threading.c 778 void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows)
786 vp8mt_de_alloc_temp_buffers(pbi, prev_mb_rows);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decoderthreading.h 22 void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows);
threading.c 775 void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows)
783 vp8mt_de_alloc_temp_buffers(pbi, prev_mb_rows);
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 406 int prev_mb_rows = pc->mb_rows; local
479 vp8mt_alloc_temp_buffers(pbi, pc->Width, prev_mb_rows);
481 (void)prev_mb_rows;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 475 int prev_mb_rows = pc->mb_rows; local
547 vp8mt_alloc_temp_buffers(pbi, pc->Width, prev_mb_rows);
549 (void)prev_mb_rows;

Completed in 738 milliseconds