Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c4021 int64_t tmp_rd, tmp_best_rd = INT64_MAX, tmp_best_rdu = INT64_MAX; in vp9_rd_pick_inter_mode_sub8x8() local
4086 newbest = (tmp_rd < tmp_best_rd); in vp9_rd_pick_inter_mode_sub8x8()
4089 tmp_best_rd = tmp_rd; in vp9_rd_pick_inter_mode_sub8x8()