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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 578 int mbs_in_frame = cpi->common.mb_rows * cpi->common.mb_cols; local
584 vpx_memset(cpi->segmentation_map, 0, mbs_in_frame);
591 assert(i < mbs_in_frame);
609 if (i == mbs_in_frame)
629 for (i = 0; i < mbs_in_frame; ++i) {
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 575 int mbs_in_frame = cpi->common.mb_rows * cpi->common.mb_cols; local
581 vpx_memset(cpi->segmentation_map, 0, mbs_in_frame);
588 assert(i < mbs_in_frame);
606 if (i == mbs_in_frame)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 575 int mbs_in_frame = cpi->common.mb_rows * cpi->common.mb_cols; local
581 vpx_memset(cpi->segmentation_map, 0, mbs_in_frame);
588 assert(i < mbs_in_frame);
606 if (i == mbs_in_frame)
    [all...]

Completed in 37 milliseconds