Home
last modified time | relevance | path

Searched refs:snow_horizontal_compose_lift_lead_out (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dsnowdsp.c71 snow_horizontal_compose_lift_lead_out(i, b, b, ref, width, w_l, 0, W_DM, W_DO, W_DS); in ff_snow_horizontal_compose97i_sse2()
100 snow_horizontal_compose_lift_lead_out(i, dst, dst, b, width, w_r, 1, W_CM, W_CO, W_CS); in ff_snow_horizontal_compose97i_sse2()
175 snow_horizontal_compose_lift_lead_out(i, temp, src, b, width, w_r, 1, -W_AM, W_AO+1, W_AS); in ff_snow_horizontal_compose97i_sse2()
254 snow_horizontal_compose_lift_lead_out(i, b, b, ref, width, w_l, 0, W_DM, W_DO, W_DS); in ff_snow_horizontal_compose97i_mmx()
277 snow_horizontal_compose_lift_lead_out(i, dst, dst, b, width, w_r, 1, W_CM, W_CO, W_CS); in ff_snow_horizontal_compose97i_mmx()
348 snow_horizontal_compose_lift_lead_out(i, temp, src, b, width, w_r, 1, -W_AM, W_AO+1, W_AS); in ff_snow_horizontal_compose97i_mmx()
/third_party/ffmpeg/libavcodec/
Dsnow.h219 static av_always_inline void snow_horizontal_compose_lift_lead_out(int i, IDWTELEM * dst, IDWTELEM … in snow_horizontal_compose_lift_lead_out() function