Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dblockd.h274 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; member
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c1163 if (xd->mode_lf_deltas[i] != xd->last_mode_lf_deltas[i] || in vp8_pack_bitstream()
1165 xd->last_mode_lf_deltas[i] = xd->mode_lf_deltas[i]; in vp8_pack_bitstream()
Donyx_if.c388 memset(cpi->mb.e_mbd.last_mode_lf_deltas, 0, in setup_features()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h73 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; member
Dvp9_encoder.c1054 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas); in save_coding_context()
1080 vp9_copy(cm->lf.last_mode_deltas, cc->last_mode_lf_deltas); in restore_coding_context()