Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1350 VP9_PICKMODE_CTX_DEN *ctx_den, int64_t zero_last_cost_orig, in vp9_pickmode_ctx_den_update() argument
1354 ctx_den->zero_last_cost_orig = zero_last_cost_orig; in vp9_pickmode_ctx_den_update()
1355 ctx_den->ref_frame_cost = ref_frame_cost; in vp9_pickmode_ctx_den_update()
1356 ctx_den->frame_mv = frame_mv; in vp9_pickmode_ctx_den_update()
1357 ctx_den->reuse_inter_pred = reuse_inter_pred; in vp9_pickmode_ctx_den_update()
1358 ctx_den->best_tx_size = bp->best_tx_size; in vp9_pickmode_ctx_den_update()
1359 ctx_den->best_mode = bp->best_mode; in vp9_pickmode_ctx_den_update()
1360 ctx_den->best_ref_frame = bp->best_ref_frame; in vp9_pickmode_ctx_den_update()
1361 ctx_den->best_pred_filter = bp->best_pred_filter; in vp9_pickmode_ctx_den_update()
1362 ctx_den->best_mode_skip_txfm = bp->best_mode_skip_txfm; in vp9_pickmode_ctx_den_update()
[all …]