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

  /external/libaom/libaom/av1/common/
common.h 46 #define av1_zero_array(dest, n) memset(dest, 0, n * sizeof(*(dest))) macro
onyxc_int.h     [all...]
  /external/libaom/libaom/av1/encoder/
gop_structure.c 82 av1_zero_array(gf_group->pyramid_lvl_nodes, MAX_PYRAMID_LVL);
rdopt.c     [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c     [all...]

Completed in 338 milliseconds