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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1294 const int64_t adj_rd = this_rd + local_tx_cache[i] - local
1296 if (adj_rd < tx_cache[i]) {
1297 tx_cache[i] = adj_rd;
3617 int64_t adj_rd; local
3619 adj_rd = 0;
3625 adj_rd = cpi->mask_filter_rd - ref + 10;
3627 adj_rd = cpi->rd_filter_cache[i] - ref;
3629 adj_rd += this_rd;
3630 best_filter_rd[i] = MIN(best_filter_rd[i], adj_rd);
3644 int64_t adj_rd local
4326 int64_t adj_rd; local
4354 int64_t adj_rd = INT64_MAX; local
[all...]

Completed in 177 milliseconds