Home
last modified time | relevance | path

Searched refs:hyscale_fast (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libswscale/
Dhscale.c53 if (c->hyscale_fast) { in lum_h_scale()
54 c->hyscale_fast(c, (int16_t*)dst[dst_pos], dstW, src[src_pos], srcW, xInc); in lum_h_scale()
74 if (c->hyscale_fast) { in lum_h_scale()
75 c->hyscale_fast(c, (int16_t*)dst[dst_pos], dstW, src[src_pos], srcW, xInc); in lum_h_scale()
Dswscale_internal.h571 void (*hyscale_fast)(struct SwsContext *c, member
Dswscale.c566 c->hyscale_fast = ff_hyscale_fast_c; in sws_init_swscale()
/third_party/ffmpeg/libswscale/x86/
Dswscale_template.c1484 c->hyscale_fast = ff_hyscale_fast_mmxext; in RENAME()
1488 c->hyscale_fast = NULL; in RENAME()
/third_party/ffmpeg/libswscale/ppc/
Dswscale_vsx.c2092 c->hyscale_fast = hyscale_fast_vsx; in ff_sws_init_swscale_vsx()