• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:IDWTELEM

40 static void vertical_compose53iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2,
51 void interleave(IDWTELEM *dst, IDWTELEM *src0, IDWTELEM *src1, int w2, int add, int shift)
60 static void horizontal_compose_dirac53i(IDWTELEM *b, IDWTELEM *temp, int w)
75 static void horizontal_compose_dd97i(IDWTELEM *b, IDWTELEM *tmp, int w)
94 static void horizontal_compose_dd137i(IDWTELEM *b, IDWTELEM *tmp, int w)
116 void horizontal_compose_haari(IDWTELEM *b, IDWTELEM *temp, int w, int shift)
129 static void horizontal_compose_haar0i(IDWTELEM *b, IDWTELEM *temp, int w)
134 static void horizontal_compose_haar1i(IDWTELEM *b, IDWTELEM *temp, int w)
139 static void horizontal_compose_fidelityi(IDWTELEM *b, IDWTELEM *tmp, int w)
143 IDWTELEM v[8];
160 static void horizontal_compose_daub97i(IDWTELEM *b, IDWTELEM *temp, int w)
185 static void vertical_compose_dirac53iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width)
194 static void vertical_compose_dd97iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2,
195 IDWTELEM *b3, IDWTELEM *b4, int width)
204 static void vertical_compose_dd137iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2,
205 IDWTELEM *b3, IDWTELEM *b4, int width)
214 static void vertical_compose_haar(IDWTELEM *b0, IDWTELEM *b1, int width)
224 static void vertical_compose_fidelityiH0(IDWTELEM *dst, IDWTELEM *b[8], int width)
233 static void vertical_compose_fidelityiL0(IDWTELEM *dst, IDWTELEM *b[8], int width)
242 static void vertical_compose_daub97iH0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width)
251 static void vertical_compose_daub97iH1(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width)
260 static void vertical_compose_daub97iL0(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width)
269 static void vertical_compose_daub97iL1(IDWTELEM *b0, IDWTELEM *b1, IDWTELEM *b2, int width)
286 IDWTELEM *b[8];
310 IDWTELEM *b[4] = { cs->b[0], cs->b[1] };
333 IDWTELEM *b[10];
355 IDWTELEM *b0 = d->buffer + (y-1)*stride;
356 IDWTELEM *b1 = d->buffer + (y )*stride;
372 IDWTELEM *b[8];
401 IDWTELEM *b[6];
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)
461 int ff_spatial_idwt_init2(DWTContext *d, IDWTELEM *buffer, int width, int height,
463 IDWTELEM *temp)