HomeSort by relevance Sort by last modified time
    Searched full:upsample (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 314 UpSample( data, 3, step / xstep, xsample[0], m_blue->ySampling );
316 UpSample( data + xstep, 3, step / xstep, xsample[1], m_green->ySampling );
318 UpSample( data + 2 * xstep, 3, step / xstep, xsample[2], m_red->ySampling );
321 UpSample( data, 1, step / xstep, xsample[0], m_green->ySampling );
401 void GrFmtExrReader::UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample )
  /external/opencv3/modules/imgcodecs/src/
grfmt_exr.cpp 306 UpSample( data, 3, step / xstep, xsample[0], m_blue->ySampling );
308 UpSample( data + xstep, 3, step / xstep, xsample[1], m_green->ySampling );
310 UpSample( data + 2 * xstep, 3, step / xstep, xsample[2], m_red->ySampling );
313 UpSample( data, 1, step / xstep, xsample[0], m_green->ySampling );
391 void ExrDecoder::UpSample( uchar *data, int xstep, int ystep, int xsample, int ysample )
  /external/libyuv/files/docs/
filtering.md 100 // Scale step for bilinear sampling renders last pixel once for upsample.
116 // Scale step for bilinear sampling renders last pixel once for upsample.
151 Or starts at 0 for upsample.
  /external/libopus/src/
opus_multistream_encoder.c 228 int upsample; local
238 upsample = resampling_factor(rate);
239 frame_size = len*upsample;
259 celt_preemphasis(x, in+overlap, frame_size, 1, upsample, celt_mode->preemph, preemph_mem+c, 0);
261 if (upsample != 1)
265 freq[i] *= upsample;
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/
three_band_filter_bank.cc 100 void Upsample(const float* in, size_t split_length, size_t offset, float* out) {
175 Upsample(&out_buffer_[0], out_buffer_.size(), i, out);
  /docs/source.android.com/src/devices/audio/
src.jd 50 internally. In that case, a resampler would be used to upsample the MP3
  /external/libjpeg-turbo/simd/
jdsample-mmx.asm 114 jmp short .upsample
121 .upsample:
341 jmp short .upsample
384 .upsample:
jdsample-sse2-64.asm 108 jmp short .upsample
114 .upsample:
308 jmp near .upsample
347 .upsample:
jdsample-sse2.asm 114 jmp short .upsample
121 .upsample:
339 jmp near .upsample
382 .upsample:
jsimd_mips.c 495 my_upsample_ptr upsample = (my_upsample_ptr) cinfo->upsample; local
497 jsimd_int_upsample_mips_dspr2(upsample->h_expand[compptr->component_index],
498 upsample->v_expand[compptr->component_index],
  /external/libopus/celt/
celt.h 199 int N, int CC, int upsample, const opus_val16 *coef, celt_sig *mem, int clip);
  /external/opencv3/3rdparty/libjpeg/
jdmaster.c 27 boolean using_merged_upsample; /* TRUE if using merged upsample/cconvert */
40 * Determine whether merged upsample/color conversion should be used.
72 /* ??? also need to test for upsample-time rescaling, when & if supported */
443 (*cinfo->upsample->start_pass) (cinfo);
jdmainct.c 69 * the upsample step needn't be much less than one.)
314 if (cinfo->upsample->need_context_rows) {
495 if (cinfo->upsample->need_context_rows) {
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdmaster.c 26 boolean using_merged_upsample; /* TRUE if using merged upsample/cconvert */
39 * Determine whether merged upsample/color conversion should be used.
68 /* ??? also need to test for upsample-time rescaling, when & if supported */
469 (*cinfo->upsample->start_pass) (cinfo);
fpdfapi_jdmainct.c 68 * the upsample step needn't be much less than one.)
313 if (cinfo->upsample->need_context_rows) {
494 if (cinfo->upsample->need_context_rows) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
enh_upsample.c 23 * upsample finite array assuming zeros outside bounds
refiner.c 95 /* Upsample the correlation */
  /external/opencv3/3rdparty/libwebp/dec/
io.c 109 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace]; local
122 upsample(NULL, cur_y, cur_u, cur_v, cur_u, cur_v, NULL, dst, mb_w);
125 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
137 upsample(cur_y - io->y_stride, cur_y,
154 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v,
  /external/webp/src/dec/
io.c 66 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace]; local
79 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, mb_w);
82 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v,
94 upsample(cur_y - io->y_stride, cur_y,
111 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v,
  /external/libyuv/files/source/
row_win.cc 30 // Read 4 UV from 422, upsample to 8 UV.
41 // Read 4 UV from 422, upsample to 8 UV. With 8 Alpha.
    [all...]
  /external/libopus/silk/
resampler.c 116 /* Upsample */
  /external/opencv3/doc/tutorials/imgproc/pyramids/
pyramids.markdown 9 - Use the OpenCV functions @ref cv::pyrUp and @ref cv::pyrDown to downsample or upsample a given
  /external/libjpeg-turbo/
jdmainct.c 68 * the upsample step needn't be much less than one.)
255 if (cinfo->upsample->need_context_rows) {
436 if (cinfo->upsample->need_context_rows) {
jdmaster.c 28 * Determine whether merged upsample/color conversion should be used.
72 /* ??? also need to test for upsample-time rescaling, when & if supported */
639 (*cinfo->upsample->start_pass) (cinfo);
jpegint.h 248 void (*upsample) (j_decompress_ptr cinfo, JSAMPIMAGE input_buf, member in struct:jpeg_upsampler

Completed in 984 milliseconds

12 3 4