Home
last modified time | relevance | path

Searched refs:rd_thresh (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h162 void vp9_update_rd_thresh_fact(int (*fact)[MAX_MODES], int rd_thresh,
Dvp9_rd.c626 void vp9_update_rd_thresh_fact(int (*factor_buf)[MAX_MODES], int rd_thresh, in vp9_update_rd_thresh_fact() argument
628 if (rd_thresh > 0) { in vp9_update_rd_thresh_fact()
641 rd_thresh * RD_THRESH_MAX_FACT); in vp9_update_rd_thresh_fact()
Dvp9_rdopt.c742 BLOCK_SIZE bsize, int64_t rd_thresh) { in rd_pick_intra4x4block() argument
745 int64_t best_rd = rd_thresh; in rd_pick_intra4x4block()
859 if (best_rd >= rd_thresh || x->skip_encode) in rd_pick_intra4x4block()
955 if (best_rd >= rd_thresh || x->skip_encode) in rd_pick_intra4x4block()