Searched refs:total_rd (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.c713 int64_t total_rd = 0; local
744 total_rd += rd_pick_intra4x4block(
755 if(total_rd >= (int64_t)best_rd)
759 if(total_rd >= (int64_t)best_rd)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1185 int64_t total_rd = 0; local
1208 bsize, best_rd - total_rd);
1209 if (this_rd >= best_rd - total_rd)
1212 total_rd += this_rd;
1223 if (total_rd >= best_rd)

Completed in 51 milliseconds