HomeSort by relevance Sort by last modified time
    Searched refs:mode_ref_lf_delta_update (Results 1 - 5 of 5) sorted by null

  /external/libvpx/vp8/common/
blockd.h 262 unsigned char mode_ref_lf_delta_update; member in struct:__anon5217
  /external/libvpx/vp8/decoder/
decodframe.c 695 xd->mode_ref_lf_delta_update = 0;
701 xd->mode_ref_lf_delta_update = (unsigned char)vp8_read_bit(bc);
703 if (xd->mode_ref_lf_delta_update)
threading.c 128 //unsigned char mode_ref_lf_delta_update;
130 mbd->mode_ref_lf_delta_update = xd->mode_ref_lf_delta_update;
  /external/libvpx/vp8/encoder/
bitstream.c     [all...]
onyx_if.c 180 cpi->mb.e_mbd.mode_ref_lf_delta_update = 0;
446 cpi->mb.e_mbd.mode_ref_lf_delta_update = 1;
    [all...]

Completed in 51 milliseconds