/external/libvpx/libvpx/vpx_scale/include/generic/ |
vpxscale_arbitrary.h | 46 int bicubic_scale(int in_width, int in_height, int in_stride,
|
/external/speex/libspeex/ |
kiss_fft.c | 326 int in_stride, 334 /*printf ("fft %d %d %d %d %d %d\n", p*m, m, p, s2, fstride*in_stride, N);*/ 341 f += fstride*in_stride; 347 kf_shuffle( Fout , f, fstride*p, in_stride, factors,st); 348 f += fstride*in_stride; 359 int in_stride, 372 /*printf ("fft %d %d %d %d %d %d\n", p*m, m, p, s2, fstride*in_stride, N);*/ 379 f += fstride*in_stride; 385 kf_work( Fout , f, fstride*p, in_stride, factors,st, N*p, fstride*in_stride, m) [all...] |
resample.c | 143 int in_stride; member in struct:SpeexResamplerState_ 759 st->in_stride = 1; 860 const int istride = st->in_stride; [all...] |
/external/webp/src/dec/ |
vp8l.c | 419 const uint32_t* const data, int in_stride, int mb_h, 426 const uint8_t* const row_in = in + num_lines_in * in_stride; 429 row_in, in_stride); 437 const uint32_t* const data, int in_stride, 445 row_in += in_stride; 532 int in_stride, int mb_h) { 537 const uint8_t* const row_in = in + num_lines_in * in_stride; 539 row_in, in_stride); 546 const uint32_t* const data, int in_stride, 552 row_in += in_stride; 645 const int in_stride = io->width * sizeof(*rows_data); local [all...] |
/external/libvpx/libvpx/vpx_scale/generic/ |
bicubic_scaler.c | 459 int bicubic_scale(int in_width, int in_height, int in_stride, 483 ip = input_image + (in_stride * lh); 495 temp_sum = c_h[phase_offset_h * 4 + 3] * ip[w - in_stride]; 497 temp_sum += c_h[phase_offset_h * 4 + 1] * ip[w + in_stride]; 498 temp_sum += c_h[phase_offset_h * 4] * ip[w + 2 * in_stride];
|
/external/eigen/unsupported/Eigen/src/FFT/ |
ei_kissfft_impl.h | 63 void work( int stage,Complex * xout, const _Src * xin, size_t fstride,size_t in_stride) 76 work(stage+1, xout , xin, fstride*p,in_stride); 77 xin += fstride*in_stride; 82 xin += fstride*in_stride;
|
/external/webp/src/dsp/ |
lossless.c | 1159 const int in_stride = (row_end - row_start) * local [all...] |