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

  /external/libaom/libaom/av1/common/
restoration.h 291 void decode_xq(const int *xqd, int *xq, const sgr_params_type *params);
restoration.c 623 void decode_xq(const int *xqd, int *xq, const sgr_params_type *params) { function
    [all...]
  /external/libaom/libaom/av1/common/x86/
selfguided_avx2.c 647 decode_xq(xqd, xq, params);
selfguided_sse4.c 597 decode_xq(xqd, xq, params);
  /external/libaom/libaom/av1/common/arm/
selfguided_neon.c     [all...]
  /external/libaom/libaom/av1/encoder/
pickrst.c 335 decode_xq(xqd, xq, params);
    [all...]

Completed in 188 milliseconds