Home
last modified time | relevance | path

Searched refs:AVxWorkerInterface (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/aom_util/
Daom_thread.c194 static AVxWorkerInterface g_worker_interface = { init, reset, sync,
197 int aom_set_worker_interface(const AVxWorkerInterface *const winterface) { in aom_set_worker_interface()
208 const AVxWorkerInterface *aom_get_worker_interface(void) { in aom_get_worker_interface()
Daom_thread.h346 } AVxWorkerInterface; typedef
353 int aom_set_worker_interface(const AVxWorkerInterface *const winterface);
356 const AVxWorkerInterface *aom_get_worker_interface(void);
/external/libaom/libaom/av1/encoder/
Dethread.c391 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in create_enc_workers()
512 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in launch_enc_workers()
529 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in sync_enc_workers()
Dcnn.c361 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in convolve_layer_mt()
/external/libaom/libaom/av1/
Dav1_dx_iface.c417 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in init_decoder()
489 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in decode_one()
742 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in decoder_get_frame()
/external/libaom/libaom/av1/common/
Dthread_common.c407 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in loop_filter_rows_mt()
859 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in foreach_rest_unit_in_planes_mt()
/external/libaom/libaom/av1/decoder/
Ddecoder.c451 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in av1_receive_compressed_data()
Ddecodeframe.c3399 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in reset_dec_workers()
3429 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in launch_dec_workers()
3447 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in sync_dec_workers()
3460 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in decode_mt_init()
/external/libaom/libaom/test/
Dcnn_test.cc2223 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in TEST_F()