Home
last modified time | relevance | path

Searched refs:restore_rgb_planes (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dutvideodsp_init.c47 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()
Dutvideodsp.asm34 ; 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/
Dutvideodsp.h28 void (*restore_rgb_planes)(uint8_t *src_r, uint8_t *src_g, uint8_t *src_b, member
Dutvideodsp.c77 c->restore_rgb_planes = restore_rgb_planes_c; in ff_utvideodsp_init()
Dutvideodec.c741 c->utdsp.restore_rgb_planes(frame->data[2], frame->data[0], frame->data[1], in decode_frame()
/third_party/ffmpeg/tests/checkasm/
Dutvideodsp.c97 if (check_func(h.restore_rgb_planes, "restore_rgb_planes")) in checkasm_check_utvideodsp()