/external/libvpx/libvpx/vpx_util/ |
D | vpx_thread.c | 166 int vpx_set_worker_interface(const VPxWorkerInterface *const winterface) { in vpx_set_worker_interface()
|
/external/libaom/libaom/aom_util/ |
D | aom_thread.c | 197 int aom_set_worker_interface(const AVxWorkerInterface *const winterface) { in aom_set_worker_interface()
|
/external/libaom/libaom/av1/encoder/ |
D | ethread.c | 391 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in create_enc_workers() local 512 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in launch_enc_workers() local 529 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in sync_enc_workers() local
|
D | cnn.c | 361 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in convolve_layer_mt() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ethread.c | 80 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in create_enc_workers() local 141 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in launch_enc_workers() local
|
D | vp9_bitstream.c | 984 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in encode_tiles_mt() local
|
/external/webp/src/utils/ |
D | thread_utils.c | 354 int WebPSetWorkerInterface(const WebPWorkerInterface* const winterface) { in WebPSetWorkerInterface()
|
/external/libaom/libaom/av1/decoder/ |
D | decoder.c | 451 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in av1_receive_compressed_data() local
|
D | decodeframe.c | 3399 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in reset_dec_workers() local 3429 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in launch_dec_workers() local 3447 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in sync_dec_workers() local 3460 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in decode_mt_init() local
|
/external/libvpx/libvpx/test/ |
D | vp9_thread_test.cc | 134 VPxWorkerInterface winterface = *vpx_get_worker_interface(); in TEST() local
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 365 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in release_fb_on_decoder_exit() local
|
D | vp9_decodeframe.c | 2018 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in decode_tiles() local 2285 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in init_mt() local 2326 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in decode_tiles_row_wise_mt() local 2441 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in decode_tiles_mt() local
|
/external/libaom/libaom/av1/common/ |
D | thread_common.c | 407 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in loop_filter_rows_mt() local 859 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in foreach_rest_unit_in_planes_mt() local
|
/external/libaom/libaom/av1/ |
D | av1_dx_iface.c | 417 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in init_decoder() local 489 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in decode_one() local 742 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in decoder_get_frame() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_thread_common.c | 162 const VPxWorkerInterface *const winterface = vpx_get_worker_interface(); in loop_filter_rows_mt() local
|
/external/libaom/libaom/test/ |
D | cnn_test.cc | 2223 const AVxWorkerInterface *const winterface = aom_get_worker_interface(); in TEST_F() local
|