Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_denoiser.h59 int64_t zero_last_cost_orig; member
Dvp9_pickmode.c1359 VP9_PICKMODE_CTX_DEN *ctx_den, int64_t zero_last_cost_orig, in vp9_pickmode_ctx_den_update() argument
1363 ctx_den->zero_last_cost_orig = zero_last_cost_orig; in vp9_pickmode_ctx_den_update()
1384 ctx_den->zero_last_cost_orig < (best_rdc->rdcost << 3) && in recheck_zeromv_after_denoising()
1753 int64_t zero_last_cost_orig = INT64_MAX; in vp9_pick_inter_mode() local
2441 zero_last_cost_orig = this_rdc.rdcost; in vp9_pick_inter_mode()
2686 vp9_pickmode_ctx_den_update(&ctx_den, zero_last_cost_orig, ref_frame_cost, in vp9_pick_inter_mode()
/external/libaom/av1/encoder/
Dav1_temporal_denoiser.h59 int64_t zero_last_cost_orig; member
Dnonrd_pickmode.c1888 AV1_PICKMODE_CTX_DEN *ctx_den, int64_t zero_last_cost_orig, argument
1892 ctx_den->zero_last_cost_orig = zero_last_cost_orig;
1913 ctx_den->zero_last_cost_orig < (best_rdc->rdcost << 3) &&
3599 int64_t zero_last_cost_orig = INT64_MAX; local
4067 zero_last_cost_orig = search_state.this_rdc.rdcost;
4299 &ctx_den, zero_last_cost_orig, search_state.ref_costs_single,