Searched refs:horizontal_compose (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Ddirac_dwt.c158 d->horizontal_compose = horizontal_compose_haar0i_mmx;
162 d->horizontal_compose = horizontal_compose_haar1i_mmx;
185 d->horizontal_compose = horizontal_compose_haar0i_sse2;
189 d->horizontal_compose = horizontal_compose_haar1i_sse2;
198 d->horizontal_compose = horizontal_compose_dd97i_ssse3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddirac_dwt.c295 if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
296 if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
317 if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
318 if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
342 if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width);
343 if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width);
359 d->horizontal_compose(b0, d->temp, width);
360 d->horizontal_compose(b1, d->temp, width);
387 d->horizontal_compose(d->buffer + y*stride, d->temp, width);
412 if(y-1<(unsigned)height) d->horizontal_compose(
[all...]
H A Ddirac_dwt.h60 void (*horizontal_compose)(IDWTELEM *b, IDWTELEM *tmp, int width); member in struct:DWTContext

Completed in 36 milliseconds