Home
last modified time | relevance | path

Searched refs:MAX_ERROR_BINS (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dblock.h25 #define MAX_ERROR_BINS 1024 macro
153 int error_bins[MAX_ERROR_BINS];
Dencodeframe.c844 for (c_idx = 0; c_idx < MAX_ERROR_BINS; ++c_idx) { in vp8_encode_frame()