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

  /external/libaom/libaom/av1/encoder/
level.c 556 const int is_still_picture = seq_params->still_picture;
628 const int is_still_picture = seq_params->still_picture;
bitstream.c     [all...]
encoder.c     [all...]
  /external/libaom/libaom/common/
av1_config.c 247 AV1C_READ_BIT_OR_RETURN_ERROR(still_picture);
  /external/libaom/libaom/av1/decoder/
obu.c 138 seq_params->still_picture = aom_rb_read_bit(rb);
141 if (!seq_params->still_picture && seq_params->reduced_still_picture_hdr) {
    [all...]
decodeframe.c     [all...]
  /external/libaom/libaom/av1/
av1_dx_iface.c 305 const uint8_t still_picture = aom_rb_read_bit(&rb); local
308 if (!still_picture && reduced_still_picture_hdr) {
    [all...]
  /external/libaom/libaom/av1/common/
onyxc_int.h 240 uint8_t still_picture; // Video is a single frame still picture member in struct:SequenceHeader
    [all...]

Completed in 199 milliseconds