Searched refs:restore_rgb_planes10 (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
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()
|
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, linesiz…
|
/third_party/ffmpeg/libavcodec/ |
D | utvideodsp.h | 31 void (*restore_rgb_planes10)(uint16_t *src_r, uint16_t *src_g, uint16_t *src_b, member
|
D | utvideodsp.c | 78 c->restore_rgb_planes10 = restore_rgb_planes10_c; in ff_utvideodsp_init()
|
D | utvideodec.c | 757 …c->utdsp.restore_rgb_planes10((uint16_t *)frame.f->data[2], (uint16_t *)frame.f->data[0], (uint16_… in decode_frame()
|
/third_party/ffmpeg/tests/checkasm/ |
D | utvideodsp.c | 102 if (check_func(h.restore_rgb_planes10, "restore_rgb_planes10")) in checkasm_check_utvideodsp()
|