Searched refs:mode_ref_lf_delta_update (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dblockd.h255 unsigned char mode_ref_lf_delta_update; member in struct:macroblockd
/external/v4l2_codec2/vda/
H A Dvp8_parser.h49 bool mode_ref_lf_delta_update; member in struct:media::Vp8LoopFilterHeader
H A Dvp8_parser.cc287 BD_READ_BOOL_OR_RETURN(&lfhdr->mode_ref_lf_delta_update);
288 if (lfhdr->mode_ref_lf_delta_update) {
H A Dv4l2_slice_video_decode_accelerator.cc2379 SET_V4L2_LF_HDR_FLAG_IF(mode_ref_lf_delta_update,
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c1029 xd->mode_ref_lf_delta_update = 0;
1034 xd->mode_ref_lf_delta_update = (unsigned char)vp8_read_bit(bc);
1036 if (xd->mode_ref_lf_delta_update) {
H A Dthreading.c67 unsigned char mode_ref_lf_delta_update;*/
69 mbd->mode_ref_lf_delta_update = xd->mode_ref_lf_delta_update;
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c1186 xd->mode_ref_lf_delta_update || cpi->oxcf.error_resilient_mode;
H A Donyx_if.c385 cpi->mb.e_mbd.mode_ref_lf_delta_update = 0;
621 cpi->mb.e_mbd.mode_ref_lf_delta_update = 1;
4761 cpi->mb.e_mbd.mode_ref_lf_delta_update = 0;
4838 cm->refresh_entropy_probs || xd->mode_ref_lf_delta_update ||

Completed in 283 milliseconds