HomeSort by relevance Sort by last modified time
    Searched defs:sync_read (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 38 static INLINE void sync_read(VP9LfSync *const lf_sync, int r, int c) { function
120 sync_read(lf_sync, r, c);
  /external/libaom/libaom/av1/common/
thread_common.c 153 static INLINE void sync_read(AV1LfSync *const lf_sync, int r, int c, function
301 sync_read(lf_sync, r, c, plane);
305 sync_read(lf_sync, r + 1, c, plane);
365 sync_read(lf_sync, r, c, plane);
369 sync_read(lf_sync, r + 1, c, plane);
  /external/libaom/libaom/av1/decoder/
decodeframe.c 2966 static INLINE void sync_read(AV1DecRowMTSync *const dec_row_mt_sync, int r, function
    [all...]

Completed in 833 milliseconds