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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c237 const int *const rd_thresh_freq_fact = cpi->rd_thresh_freq_fact[bsize]; local
305 rd_thresh_freq_fact[this_mode] >> 5) ||
H A Dvp9_onyx_int.h354 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
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_pickmode.c450 const int *const rd_thresh_freq_fact = cpi->rd.thresh_freq_fact[bsize]; local
556 rd_thresh_freq_fact[this_mode]))
H A Dvp9_rdopt.c2520 // Updating rd_thresh_freq_fact[] here means that the different
2523 // best rd so far value and update rd_thresh_freq_fact based on the mode/size
2594 const int *const rd_thresh_freq_fact = rd_opt->thresh_freq_fact[bsize]; local
2695 mode_threshold[i] = ((int64_t)rd_threshes[i] * rd_thresh_freq_fact[i]) >> 5;

Completed in 1040 milliseconds