Home
last modified time | relevance | path

Searched refs:thresh_freq_fact (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h99 int thresh_freq_fact[BLOCK_SIZES][MAX_MODES]; member
Dvp9_pickmode.c392 const int *const rd_thresh_freq_fact = cpi->rd.thresh_freq_fact[bsize]; in vp9_pick_inter_mode()
Dvp9_rdopt.c2472 int *const fact = &cpi->rd.thresh_freq_fact[bsize][mode]; in update_rd_thresh_fact()
2534 const int *const rd_thresh_freq_fact = rd_opt->thresh_freq_fact[bsize]; in vp9_rd_pick_inter_mode_sb()
3325 rd_opt->thresh_freq_fact[bsize][ref_index])) in vp9_rd_pick_inter_mode_sub8x8()
Dvp9_encoder.c943 cpi->rd.thresh_freq_fact[i][j] = 32; in vp9_create_compressor()