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

  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.h 35 uint8_t mode_ref_delta_update; member in struct:loopfilter
vp9_entropymode.c 462 lf->mode_ref_delta_update = 1;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 445 lf->mode_ref_delta_update = 0;
449 lf->mode_ref_delta_update = vp9_rb_read_bit(rb);
450 if (lf->mode_ref_delta_update) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 250 lf->mode_ref_delta_update = 0;
541 lf->mode_ref_delta_update = 1;
    [all...]
vp9_bitstream.c     [all...]

Completed in 36 milliseconds