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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c3154 int64_t best_inter_rd = INT64_MAX; local
3523 if (!comp_pred && !mode_excluded && this_rd < best_inter_rd) {
3524 best_inter_rd = this_rd;
3783 int64_t best_inter_rd = INT64_MAX; local
4236 this_rd < best_inter_rd) {
4237 best_inter_rd = this_rd;

Completed in 35 milliseconds