Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.h82 signed char last_ref_deltas[MAX_REF_LF_DELTAS]; member
Dvp9_entropymode.c438 vp9_zero(lf->last_ref_deltas); in vp9_setup_past_independence()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c712 const int changed = delta != lf->last_ref_deltas[i]; in encode_loopfilter()
715 lf->last_ref_deltas[i] = delta; in encode_loopfilter()
Dvp9_encoder.c882 vp9_copy(cc->last_ref_lf_deltas, cm->lf.last_ref_deltas); in save_coding_context()
908 vp9_copy(cm->lf.last_ref_deltas, cc->last_ref_lf_deltas); in restore_coding_context()