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/
H A Dblockd.h271 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; /* 0 = BPRED, ZERO_MV, MV, SPLIT */ member in struct:macroblockd
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h62 signed char last_mode_lf_deltas[MAX_MODE_LF_DELTAS]; member in struct:__anon1157
H A Dvp9_ratectrl.c127 vp9_copy(cc->last_mode_lf_deltas, cm->lf.last_mode_deltas);
149 vp9_copy(cm->lf.last_mode_deltas, cc->last_mode_lf_deltas);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dbitstream.c1451 if (xd->mode_lf_deltas[i] != xd->last_mode_lf_deltas[i]
1454 xd->last_mode_lf_deltas[i] = xd->mode_lf_deltas[i];
H A Donyx_if.c430 vpx_memset(cpi->mb.e_mbd.last_mode_lf_deltas, 0, sizeof(cpi->mb.e_mbd.mode_lf_deltas));

Completed in 77 milliseconds