Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter.h47 signed char last_mode_deltas[MAX_MODE_LF_DELTAS]; member
Dvp9_entropymode.c447 vp9_zero(lf->last_mode_deltas); in vp9_setup_past_independence()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c127 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas); in vp9_save_coding_context()
149 vp9_copy(cm->lf.last_mode_deltas, cc->last_mode_lf_deltas); in vp9_restore_coding_context()
Dvp9_bitstream.c711 const int changed = delta != lf->last_mode_deltas[i]; in encode_loopfilter()
714 lf->last_mode_deltas[i] = delta; in encode_loopfilter()