• Home
  • Raw
  • Download

Lines Matching +defs:temp +defs:buffer

64     IDWTELEM *buffer;  in ff_slice_buffer_load_line()  local
80 IDWTELEM *buffer; in ff_slice_buffer_release() local
178 static void horizontal_decompose53i(DWTELEM *b, DWTELEM *temp, int width) in horizontal_decompose53i()
212 static void spatial_decompose53i(DWTELEM *buffer, DWTELEM *temp, in spatial_decompose53i()
238 static void horizontal_decompose97i(DWTELEM *b, DWTELEM *temp, int width) in horizontal_decompose97i()
285 static void spatial_decompose97i(DWTELEM *buffer, DWTELEM *temp, in spatial_decompose97i()
319 void ff_spatial_dwt(DWTELEM *buffer, DWTELEM *temp, int width, int height, in ff_spatial_dwt()
340 static void horizontal_compose53i(IDWTELEM *b, IDWTELEM *temp, int width) in horizontal_compose53i()
392 static void spatial_compose53i_init(DWTCompose *cs, IDWTELEM *buffer, in spatial_compose53i_init()
401 IDWTELEM *temp, in spatial_compose53i_dy_buffered()
440 static void spatial_compose53i_dy(DWTCompose *cs, IDWTELEM *buffer, in spatial_compose53i_dy()
441 IDWTELEM *temp, int width, int height, in spatial_compose53i_dy()
465 void ff_snow_horizontal_compose97i(IDWTELEM *b, IDWTELEM *temp, int width) in ff_snow_horizontal_compose97i()
553 static void spatial_compose97i_init(DWTCompose *cs, IDWTELEM *buffer, int height, in spatial_compose97i_init()
564 slice_buffer * sb, IDWTELEM *temp, in spatial_compose97i_dy_buffered()
606 static void spatial_compose97i_dy(DWTCompose *cs, IDWTELEM *buffer, in spatial_compose97i_dy()
607 IDWTELEM *temp, int width, int height, in spatial_compose97i_dy()
659 slice_buffer *slice_buf, IDWTELEM *temp, in ff_spatial_idwt_buffered_slice()
687 static void spatial_idwt_init(DWTCompose *cs, IDWTELEM *buffer, int width, in spatial_idwt_init()
706 static void spatial_idwt_slice(DWTCompose *cs, IDWTELEM *buffer, in spatial_idwt_slice()
707 IDWTELEM *temp, int width, int height, in spatial_idwt_slice()
731 void ff_spatial_idwt(IDWTELEM *buffer, IDWTELEM *temp, int width, int height, in ff_spatial_idwt()