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 260 unsigned char mode_ref_lf_delta_update; member in struct:__anon8427
  /external/libvpx/vp8/decoder/
decodframe.c 716 xd->mode_ref_lf_delta_update = 0;
722 xd->mode_ref_lf_delta_update = (unsigned char)vp8_read_bit(bc);
724 if (xd->mode_ref_lf_delta_update)
threading.c 73 unsigned char mode_ref_lf_delta_update;*/
75 mbd->mode_ref_lf_delta_update = xd->mode_ref_lf_delta_update;
    [all...]
  /external/libvpx/vp8/encoder/
bitstream.c     [all...]
onyx_if.c 252 cpi->mb.e_mbd.mode_ref_lf_delta_update = 0;
522 cpi->mb.e_mbd.mode_ref_lf_delta_update = 1;
    [all...]

Completed in 24 milliseconds