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

  /external/libaom/libaom/common/
av1_config.c 382 AV1C_READ_BIT_OR_RETURN_ERROR(film_grain_params_present);
  /external/libaom/libaom/av1/encoder/
encode_strategy.c     [all...]
encoder.c 496 cm->seq_params.film_grain_params_present = 1;
509 cm->seq_params.film_grain_params_present = 1;
518 cm->seq_params.film_grain_params_present = (cpi->oxcf.noise_level > 0);
520 cm->seq_params.film_grain_params_present = 0;
    [all...]
bitstream.c     [all...]
  /external/libaom/libaom/av1/common/
onyxc_int.h 143 uint8_t film_grain_params_present; member in struct:RefCntBuffer
283 uint8_t film_grain_params_present; member in struct:SequenceHeader
    [all...]
  /external/libaom/libaom/av1/decoder/
obu.c 262 seq_params->film_grain_params_present = aom_rb_read_bit(rb);
    [all...]
decodeframe.c     [all...]

Completed in 1612 milliseconds