/aosp_15_r20/external/libaom/av1/common/ |
H A D | thread_common.c | 371 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in sync_lf_workers() local 436 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in loop_filter_rows_mt() local 899 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in sync_lr_workers() local 928 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in foreach_rest_unit_in_planes_mt() local 1009 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in launch_cdef_workers() local 1022 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in sync_cdef_workers() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_ethread.c | 83 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in create_enc_workers() local 144 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in launch_enc_workers() local
|
H A D | vp9_bitstream.c | 1006 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in encode_tiles_mt() local
|
/aosp_15_r20/external/libvpx/vpx_util/ |
H A D | vpx_thread.c | 205 int vpx_set_worker_interface(const VPxWorkerInterface *const winterface) { in vpx_set_worker_interface()
|
/aosp_15_r20/external/libaom/aom_util/ |
H A D | aom_thread.c | 231 int aom_set_worker_interface(const AVxWorkerInterface *const winterface) { in aom_set_worker_interface()
|
/aosp_15_r20/external/libaom/av1/ |
H A D | av1_dx_iface.c | 427 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in init_decoder() local 520 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in decode_one() local 823 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in decoder_get_frame() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | ethread.c | 1082 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in av1_create_workers() local 1364 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in launch_fpmt_workers() local 1421 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in sync_fpmt_workers() local 1476 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in launch_workers() local 1489 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in sync_enc_workers() local
|
H A D | cnn.c | 727 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in convolve_layer_mt() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | vp9_thread_test.cc | 134 VPxWorkerInterface winterface = *vpx_get_worker_interface(); in TEST() local
|
/aosp_15_r20/external/webp/src/utils/ |
H A D | thread_utils.c | 354 int WebPSetWorkerInterface(const WebPWorkerInterface* const winterface) { in WebPSetWorkerInterface()
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | decoder.c | 454 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in av1_receive_compressed_data() local
|
H A D | decodeframe.c | 3440 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in reset_dec_workers() local 3472 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in launch_dec_workers() local 3490 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in sync_dec_workers() local 3503 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in decode_mt_init() local
|
/aosp_15_r20/external/libvpx/vp9/decoder/ |
H A D | vp9_decoder.c | 373 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in release_fb_on_decoder_exit() local
|
H A D | vp9_decodeframe.c | 2020 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in decode_tiles() local 2286 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in init_mt() local 2333 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in decode_tiles_row_wise_mt() local 2448 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in decode_tiles_mt() local
|
/aosp_15_r20/external/libvpx/vp9/common/ |
H A D | vp9_thread_common.c | 163 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in loop_filter_rows_mt() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | cnn_test.cc | 2235 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in TEST_F() local
|