Home
last modified time | relevance | path

Searched refs:AVxWorkerInterface (Results 1 – 7 of 7) 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.h417 } AVxWorkerInterface; typedef
424 int aom_set_worker_interface(const AVxWorkerInterface *const winterface);
427 const AVxWorkerInterface *aom_get_worker_interface(void);
/external/libaom/libaom/av1/encoder/
Dethread.c379 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in create_enc_workers()
485 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in launch_enc_workers()
502 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in sync_enc_workers()
/external/libaom/libaom/av1/
Dav1_dx_iface.c436 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in init_decoder()
527 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in decode_one()
759 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in decoder_get_frame()
/external/libaom/libaom/av1/common/
Dthread_common.c401 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in loop_filter_rows_mt()
852 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in foreach_rest_unit_in_planes_mt()
/external/libaom/libaom/av1/decoder/
Ddecoder.c466 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in av1_receive_compressed_data()
Ddecodeframe.c3777 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in reset_dec_workers()
3806 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in launch_dec_workers()
3824 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in sync_dec_workers()
3837 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in decode_mt_init()