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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
block.h 26 #define MAX_ERROR_BINS 1024
157 int error_bins[MAX_ERROR_BINS];
encodeframe.c 900 for(c_idx = 0; c_idx < MAX_ERROR_BINS; c_idx++)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
block.h 26 #define MAX_ERROR_BINS 1024
156 int error_bins[MAX_ERROR_BINS];
encodeframe.c 900 for(c_idx = 0; c_idx < MAX_ERROR_BINS; c_idx++)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
block.h 26 #define MAX_ERROR_BINS 1024
156 int error_bins[MAX_ERROR_BINS];
encodeframe.c 901 for(c_idx = 0; c_idx < MAX_ERROR_BINS; c_idx++)
    [all...]

Completed in 207 milliseconds