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

/external/chromium_org/third_party/libva/va/
H A Dva_dec_vp8.h106 /* same as mode_ref_lf_delta_update in bitstream syntax */
107 unsigned int mode_ref_lf_delta_update : 1; member in struct:_VAPictureParameterBufferVP8::__anon12927::__anon12928
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dblockd.h266 unsigned char mode_ref_lf_delta_update; member in struct:macroblockd
/external/libvpx/libvpx/vp8/common/
H A Dblockd.h266 unsigned char mode_ref_lf_delta_update; member in struct:macroblockd
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodeframe.c1155 xd->mode_ref_lf_delta_update = 0;
1161 xd->mode_ref_lf_delta_update = (unsigned char)vp8_read_bit(bc);
1163 if (xd->mode_ref_lf_delta_update)
H A Dthreading.c70 unsigned char mode_ref_lf_delta_update;*/
72 mbd->mode_ref_lf_delta_update = xd->mode_ref_lf_delta_update;
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c1147 xd->mode_ref_lf_delta_update = 0;
1153 xd->mode_ref_lf_delta_update = (unsigned char)vp8_read_bit(bc);
1155 if (xd->mode_ref_lf_delta_update)
H A Dthreading.c70 unsigned char mode_ref_lf_delta_update;*/
72 mbd->mode_ref_lf_delta_update = xd->mode_ref_lf_delta_update;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dbitstream.c1409 int send_update = xd->mode_ref_lf_delta_update
H A Donyx_if.c429 cpi->mb.e_mbd.mode_ref_lf_delta_update = 0;
663 cpi->mb.e_mbd.mode_ref_lf_delta_update = 1;
4983 cpi->mb.e_mbd.mode_ref_lf_delta_update = 0;
5070 || xd->mode_ref_lf_delta_update
/external/libvpx/libvpx/vp8/encoder/
H A Dbitstream.c1410 int send_update = xd->mode_ref_lf_delta_update
H A Donyx_if.c426 cpi->mb.e_mbd.mode_ref_lf_delta_update = 0;
640 cpi->mb.e_mbd.mode_ref_lf_delta_update = 1;
4767 cpi->mb.e_mbd.mode_ref_lf_delta_update = 0;
4885 || xd->mode_ref_lf_delta_update

Completed in 1251 milliseconds