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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c4021 int64_t tmp_rd, tmp_best_rd = INT64_MAX, tmp_best_rdu = INT64_MAX; local
4094 tmp_best_rdu = tmp_rd;
4109 if (tmp_best_rdu / 2 > best_rd) {
4113 tmp_best_rdu = INT64_MAX;
4122 if (tmp_best_rdu == INT64_MAX && pred_exists)
4164 tmp_best_rdu = best_rd -
4168 if (tmp_best_rdu > 0) {
4174 &uv_sse, BLOCK_8X8, tmp_best_rdu);

Completed in 32 milliseconds