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

  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.h 40 } VP9LfSync;
43 void vp9_loop_filter_alloc(VP9LfSync *lf_sync, struct VP9Common *cm, int rows,
47 void vp9_loop_filter_dealloc(VP9LfSync *lf_sync);
56 VP9LfSync *lf_sync);
vp9_thread_common.c 37 static INLINE void sync_read(VP9LfSync *const lf_sync, int r, int c) {
57 static INLINE void sync_write(VP9LfSync *const lf_sync, int r, int c,
95 VP9LfSync *const lf_sync) {
147 static int loop_filter_row_worker(VP9LfSync *const lf_sync,
160 VP9LfSync *lf_sync) {
221 VP9LfSync *lf_sync) {
255 void vp9_loop_filter_alloc(VP9LfSync *lf_sync, VP9_COMMON *cm, int rows,
292 void vp9_loop_filter_dealloc(VP9LfSync *lf_sync) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_dthread.h 43 } VP9LfSync;
vp9_dthread.c 38 static INLINE void sync_read(VP9LfSync *const lf_sync, int r, int c) {
58 static INLINE void sync_write(VP9LfSync *const lf_sync, int r, int c,
94 VP9LfSync *const lf_sync, int num_lf_workers) {
150 VP9LfSync *const lf_sync = &pbi->lf_row_sync;
221 void vp9_loop_filter_alloc(VP9_COMMON *cm, VP9LfSync *lf_sync, int rows,
247 void vp9_loop_filter_dealloc(VP9LfSync *lf_sync, int rows) {
vp9_decoder.h 61 VP9LfSync lf_row_sync;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h 81 VP9LfSync lf_row_sync;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 505 VP9LfSync lf_row_sync;

Completed in 212 milliseconds