Searched refs:restore_rgb_planes (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | utvideodsp_init.c | 47 c->restore_rgb_planes = ff_restore_rgb_planes_sse2; in ff_utvideodsp_init_x86() 51 c->restore_rgb_planes = ff_restore_rgb_planes_avx2; in ff_utvideodsp_init_x86()
|
D | utvideodsp.asm | 34 ; void restore_rgb_planes(uint8_t *src_r, uint8_t *src_g, uint8_t *src_b, 39 cglobal restore_rgb_planes, 7 + ARCH_X86_64, 7 + ARCH_X86_64 * 2, 4, src_r, src_g, src_b, linesize_…
|
/third_party/ffmpeg/libavcodec/ |
D | utvideodsp.h | 28 void (*restore_rgb_planes)(uint8_t *src_r, uint8_t *src_g, uint8_t *src_b, member
|
D | utvideodsp.c | 77 c->restore_rgb_planes = restore_rgb_planes_c; in ff_utvideodsp_init()
|
D | utvideodec.c | 741 c->utdsp.restore_rgb_planes(frame->data[2], frame->data[0], frame->data[1], in decode_frame()
|
/third_party/ffmpeg/tests/checkasm/ |
D | utvideodsp.c | 97 if (check_func(h.restore_rgb_planes, "restore_rgb_planes")) in checkasm_check_utvideodsp()
|