Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dblockd.h271 …signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, M… member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h62 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; member
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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c1451 if (xd->mode_lf_deltas[i] != xd->last_mode_lf_deltas[i] in vp8_pack_bitstream()
1454 xd->last_mode_lf_deltas[i] = xd->mode_lf_deltas[i]; in vp8_pack_bitstream()
Donyx_if.c430 vpx_memset(cpi->mb.e_mbd.last_mode_lf_deltas, 0, sizeof(cpi->mb.e_mbd.mode_lf_deltas)); in setup_features()