Searched defs:rd_thresh_freq_fact (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_pickmode.c234 const int *const rd_thresh_freq_fact = cpi->rd_thresh_freq_fact[bsize]; local
296 rd_thresh_freq_fact[this_mode] >> 5) ||
H A Dvp9_onyx_int.h355 int rd_thresh_freq_fact[BLOCK_SIZES][MAX_MODES]; member in struct:VP9_COMP
H A Dvp9_rdopt.c3170 const int *const rd_thresh_freq_fact = cpi->rd_thresh_freq_fact[bsize]; local
3330 rd_thresh_freq_fact[mode_index] >> 5) ||
3682 // Updating rd_thresh_freq_fact[] here means that the different
3685 // best rd so far value and update rd_thresh_freq_fact based on the mode/size
3689 int *const fact = &cpi->rd_thresh_freq_fact[bsize][mode_index];
4400 // Updating rd_thresh_freq_fact[] here means that the different
4403 // best rd so far value and update rd_thresh_freq_fact based on the mode/size

Completed in 61 milliseconds