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

  /external/libaom/libaom/av1/common/
reconintra.h 59 return frame_is_intra_only(cm) && cm->allow_screen_content_tools &&
blockd.h     [all...]
onyxc_int.h 371 uint8_t allow_screen_content_tools; member in struct:AV1Common
    [all...]
  /external/libaom/libaom/av1/encoder/
speed_features.c 340 cm->allow_screen_content_tools ? 1 : 2;
349 (boosted || cm->allow_screen_content_tools) ? 0 : 1;
    [all...]
bitstream.c 767 assert(av1_allow_palette(cm->allow_screen_content_tools, bsize));
    [all...]
encoder.c     [all...]
encoder.h     [all...]
rd.c 585 if (frame_is_intra_only(cm) && cm->allow_screen_content_tools &&
    [all...]
rdopt.c     [all...]
encodeframe.c     [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c 545 assert(av1_allow_palette(cm->allow_screen_content_tools, bsize));
817 if (av1_allow_palette(cm->allow_screen_content_tools, bsize))
    [all...]
decodeframe.c     [all...]

Completed in 154 milliseconds