Searched refs:DWTCompose (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsnow_dwt.h31 typedef struct DWTCompose { struct
37 } DWTCompose; typedef in typeref:struct:DWTCompose
114 void ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *sb, int width,
117 void ff_spatial_idwt_buffered_slice(SnowDWTContext *dsp, DWTCompose *cs,
H A Ddirac_dwt.h32 typedef struct DWTCompose { struct
35 } DWTCompose; typedef in typeref:struct:DWTCompose
62 DWTCompose cs[MAX_DECOMPOSITIONS];
H A Dsnow_dwt.c388 static void spatial_compose53i_buffered_init(DWTCompose *cs, slice_buffer *sb,
397 static void spatial_compose53i_init(DWTCompose *cs, IDWTELEM *buffer,
405 static void spatial_compose53i_dy_buffered(DWTCompose *cs, slice_buffer *sb,
445 static void spatial_compose53i_dy(DWTCompose *cs, IDWTELEM *buffer,
548 static void spatial_compose97i_buffered_init(DWTCompose *cs, slice_buffer *sb,
558 static void spatial_compose97i_init(DWTCompose *cs, IDWTELEM *buffer, int height,
568 static void spatial_compose97i_dy_buffered(SnowDWTContext *dsp, DWTCompose *cs,
611 static void spatial_compose97i_dy(DWTCompose *cs, IDWTELEM *buffer,
644 void ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer *sb, int width,
663 void ff_spatial_idwt_buffered_slice(SnowDWTContext *dsp, DWTCompose *c
[all...]
H A Ddirac_dwt.c283 DWTCompose *cs = d->cs + level;
307 DWTCompose *cs = d->cs + level;
330 DWTCompose *cs = d->cs + level;
398 DWTCompose *cs = d->cs + level;
421 static void spatial_compose97i_init2(DWTCompose *cs, IDWTELEM *buffer, int height, int stride)
430 static void spatial_compose53i_init2(DWTCompose *cs, IDWTELEM *buffer, int height, int stride)
437 static void spatial_compose_dd97i_init(DWTCompose *cs, IDWTELEM *buffer, int height, int stride)
448 static void spatial_compose_dd137i_init(DWTCompose *cs, IDWTELEM *buffer, int height, int stride)
H A Dsnowdec.c492 DWTCompose cs[MAX_DECOMPOSITIONS];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddwt.h35 } DWTCompose; typedef in typeref:struct:__anon1905
147 void ff_spatial_idwt_buffered_init(DWTCompose *cs, slice_buffer * sb, int width, int height, int stride_line, int type, int decomposition_count);
148 void ff_spatial_idwt_buffered_slice(DWTContext *dsp, DWTCompose *cs, slice_buffer * slice_buf, int width, int height, int stride_line, int type, int decomposition_count, int y);
H A Ddwt.c444 static void spatial_compose53i_buffered_init(DWTCompose *cs, slice_buffer * sb, int height, int stride_line){
450 static void spatial_compose53i_init(DWTCompose *cs, IDWTELEM *buffer, int height, int stride){
456 static void spatial_compose53i_dy_buffered(DWTCompose *cs, slice_buffer * sb, int width, int height, int stride_line){
484 static void spatial_compose53i_dy(DWTCompose *cs, IDWTELEM *buffer, int width, int height, int stride){
503 DWTCompose cs;
597 static void spatial_compose97i_buffered_init(DWTCompose *cs, slice_buffer * sb, int height, int stride_line){
605 static void spatial_compose97i_init(DWTCompose *cs, IDWTELEM *buffer, int height, int stride){
613 static void spatial_compose97i_dy_buffered(DWTContext *dsp, DWTCompose *cs, slice_buffer * sb, int width, int height, int stride_line){
642 static void spatial_compose97i_dy(DWTCompose *cs, IDWTELEM *buffer, int width, int height, int stride){
667 DWTCompose c
[all...]
H A Dsnowdec.c457 DWTCompose cs[MAX_DECOMPOSITIONS];

Completed in 100 milliseconds