Searched refs:horizontal_compose (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dirac_dwt_template.c | 355 if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width); in spatial_compose_dd97i_dy() 356 if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width); in spatial_compose_dd97i_dy() 377 if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width); in spatial_compose_dirac53i_dy() 378 if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width); in spatial_compose_dirac53i_dy() 401 if(y-1<(unsigned)height) d->horizontal_compose(b[0], d->temp, width); in spatial_compose_dd137i_dy() 402 if(y+0<(unsigned)height) d->horizontal_compose(b[1], d->temp, width); in spatial_compose_dd137i_dy() 418 d->horizontal_compose(b0, d->temp, width); in spatial_compose_haari_dy() 419 d->horizontal_compose(b1, d->temp, width); in spatial_compose_haari_dy() 446 d->horizontal_compose(d->buffer + y*stride, d->temp, width); in spatial_compose_fidelity() 471 if(y-1<(unsigned)height) d->horizontal_compose( in spatial_compose_daub97i_dy() [all...] |
H A D | dirac_dwt.h | 69 void (*horizontal_compose)(uint8_t *b, uint8_t *tmp, int width); member
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | dirac_dwt_init.c | 181 d->horizontal_compose = horizontal_compose_haar0i_sse2; in ff_spatial_idwt_init_x86() 185 d->horizontal_compose = horizontal_compose_haar1i_sse2; in ff_spatial_idwt_init_x86() 194 d->horizontal_compose = horizontal_compose_dd97i_ssse3; in ff_spatial_idwt_init_x86()
|
Completed in 3 milliseconds