Home
last modified time | relevance | path

Searched refs:pack_line_10 (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Dv210enc_init.c43 s->pack_line_10 = ff_v210_planar_pack_10_ssse3; in ff_v210enc_init_x86()
53 s->pack_line_10 = ff_v210_planar_pack_10_avx2; in ff_v210enc_init_x86()
/third_party/ffmpeg/libavcodec/
H A Dv210enc.h29 void (*pack_line_10)(const uint16_t *y, const uint16_t *u, member
H A Dv210enc_init.h82 s->pack_line_10 = v210_planar_pack_10_c; in ff_v210enc_init()
/third_party/ffmpeg/tests/checkasm/
H A Dv210enc.c91 if (check_func(h.pack_line_10, "v210_planar_pack_10")) in checkasm_check_v210enc()

Completed in 1 milliseconds