Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/x86/
Dutvideodsp_init.c48 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()
Dutvideodsp.asm84 ; 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/
Dutvideodsp.h31 void (*restore_rgb_planes10)(uint16_t *src_r, uint16_t *src_g, uint16_t *src_b, member
Dutvideodsp.c78 c->restore_rgb_planes10 = restore_rgb_planes10_c; in ff_utvideodsp_init()
Dutvideodec.c757 …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/
Dutvideodsp.c102 if (check_func(h.restore_rgb_planes10, "restore_rgb_planes10")) in checkasm_check_utvideodsp()