Searched refs:restore_rgb_planes10 (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | utvideodsp_init.c | 48 c->restore_rgb_planes10 = ff_restore_rgb_planes10_sse2; in ff_utvideodsp_init_x86() 52 c->restore_rgb_planes10 = ff_restore_rgb_planes10_avx2; in ff_utvideodsp_init_x86()
|
H A D | utvideodsp.asm | 84 ; void restore_rgb_planes10(uint16_t *src_r, uint16_t *src_g, uint16_t *src_b, 89 cglobal restore_rgb_planes10, 7 + ARCH_X86_64, 7 + ARCH_X86_64 * 2, 5, src_r, src_g, src_b, linesize_r, linesize_g, linesize_b, w, h, x
|
/third_party/ffmpeg/libavcodec/ |
H A D | utvideodsp.h | 31 void (*restore_rgb_planes10)(uint16_t *src_r, uint16_t *src_g, uint16_t *src_b, member
|
H A D | utvideodsp.c | 78 c->restore_rgb_planes10 = restore_rgb_planes10_c; in ff_utvideodsp_init()
|
H A D | utvideodec.c | 756 c->utdsp.restore_rgb_planes10((uint16_t *)frame->data[2], (uint16_t *)frame->data[0], (uint16_t *)frame->data[1], in decode_frame()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | utvideodsp.c | 102 if (check_func(h.restore_rgb_planes10, "restore_rgb_planes10")) in checkasm_check_utvideodsp() 105 report("restore_rgb_planes10"); in checkasm_check_utvideodsp()
|
Completed in 4 milliseconds