Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dpickinter.c587 int best_intra_rd = INT_MAX; in vp8_pick_inter_mode() local
820 if (this_rd < best_intra_rd) in vp8_pick_inter_mode()
822 best_intra_rd = this_rd; in vp8_pick_inter_mode()
850 if (this_rd < best_intra_rd) in vp8_pick_inter_mode()
852 best_intra_rd = this_rd; in vp8_pick_inter_mode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c3153 int64_t best_intra_rd = INT64_MAX; in vp9_rd_pick_inter_mode_sb() local
3517 if (this_rd < best_intra_rd) { in vp9_rd_pick_inter_mode_sb()
3518 best_intra_rd = this_rd; in vp9_rd_pick_inter_mode_sb()