Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c1048 BLOCK_SIZE bsize, int64_t rd_thresh) { in rd_pick_intra4x4block() argument
1051 int64_t best_rd = rd_thresh; in rd_pick_intra4x4block()
1159 if (best_rd >= rd_thresh || x->skip_encode) in rd_pick_intra4x4block()