Home
last modified time | relevance | path

Searched refs:aom_get_worker_interface (Results 1 – 10 of 10) sorted by relevance

/external/libaom/libaom/av1/decoder/
Ddecoder.c149 aom_get_worker_interface()->init(&pbi->lf_worker); in av1_decoder_create()
184 aom_get_worker_interface()->end(&pbi->lf_worker); in av1_decoder_remove()
198 aom_get_worker_interface()->end(worker); in av1_decoder_remove()
451 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/aom_util/
Daom_thread.c208 const AVxWorkerInterface *aom_get_worker_interface(void) { in aom_get_worker_interface() function
Daom_thread.h356 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()
Dencoder.c3610 aom_get_worker_interface()->end(worker); in av1_remove_compressor()
/external/libaom/libaom/av1/
Dav1_dx_iface.c118 aom_get_worker_interface()->end(worker); in decoder_destroy()
417 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/test/
Dcnn_test.cc2223 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in TEST_F()