Home
last modified time | relevance | path

Searched refs:dst_int (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
H A Dh264dsp.c404 uint32_t *src_int = (uint32_t *)result, *dst_int = (uint32_t *)dst; in write16x4() local
412 *dst_int = *src_int; in write16x4()
413 *(dst_int+ int_dst_stride) = *(src_int + 1); in write16x4()
414 *(dst_int+ 2*int_dst_stride) = *(src_int + 2); in write16x4()
415 *(dst_int+ 3*int_dst_stride) = *(src_int + 3); in write16x4()
416 *(dst_int+ 4*int_dst_stride) = *(src_int + 4); in write16x4()
417 *(dst_int+ 5*int_dst_stride) = *(src_int + 5); in write16x4()
418 *(dst_int+ 6*int_dst_stride) = *(src_int + 6); in write16x4()
419 *(dst_int+ 7*int_dst_stride) = *(src_int + 7); in write16x4()
420 *(dst_int in write16x4()
[all...]
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c2980 AVVkFrameInternal *dst_int; in vulkan_export_to_cuda() local
2998 dst_int = dst_f->internal; in vulkan_export_to_cuda()
2999 if (!dst_int || !dst_int->cuda_fc_ref) { in vulkan_export_to_cuda()
3001 dst_f->internal = dst_int = av_mallocz(sizeof(*dst_f->internal)); in vulkan_export_to_cuda()
3003 if (!dst_int) in vulkan_export_to_cuda()
3006 dst_int->cuda_fc_ref = av_buffer_ref(cuda_hwfc); in vulkan_export_to_cuda()
3007 if (!dst_int->cuda_fc_ref) { in vulkan_export_to_cuda()
3058 dst_int->ext_mem_handle[i] = ext_desc.handle.win32.handle; in vulkan_export_to_cuda()
3088 ret = CHECK_CU(cu->cuImportExternalMemory(&dst_int in vulkan_export_to_cuda()
3158 AVVkFrameInternal *dst_int; vulkan_transfer_data_from_cuda() local
4003 AVVkFrameInternal *dst_int; vulkan_transfer_data_to_cuda() local
[all...]

Completed in 7 milliseconds