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

1 23 4

  /external/opencv3/3rdparty/libjpeg/
jpegint.h 233 JMETHOD(void, upsample, (j_decompress_ptr cinfo,
jmorecfg.h 320 #undef UPSAMPLE_SCALING_SUPPORTED /* Output rescaling at upsample stage? */
  /external/opencv3/3rdparty/libwebp/enc/
picture.c 786 WebPUpsampleLinePairFunc upsample = WebPGetLinePairConverter(ALPHA_IS_LAST); local
789 upsample(NULL, cur_y, cur_u, cur_v, cur_u, cur_v, NULL, dst, width);
798 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v,
805 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, width);
    [all...]
  /external/pdfium/third_party/libjpeg/
jpegint.h 234 JMETHOD(void, upsample, (j_decompress_ptr cinfo,
jmorecfg.h 304 #undef UPSAMPLE_SCALING_SUPPORTED /* Output rescaling at upsample stage? */
  /external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc 132 // Upsample back up and check PSNR.
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.cc 324 // upsample back to original size: needed for PSNR and SSIM computations.
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_0.sh     [all...]
  /external/libjpeg-turbo/simd/
jdmrgext-mmx.asm 23 ; Upsample and color convert for the case of 2:1 horizontal and 1:1 vertical.
397 ; Upsample and color convert for the case of 2:1 horizontal and 2:1 vertical.
jdmrgext-sse2-64.asm 24 ; Upsample and color convert for the case of 2:1 horizontal and 1:1 vertical.
434 ; Upsample and color convert for the case of 2:1 horizontal and 2:1 vertical.
jdmrgext-sse2.asm 24 ; Upsample and color convert for the case of 2:1 horizontal and 1:1 vertical.
452 ; Upsample and color convert for the case of 2:1 horizontal and 2:1 vertical.
jsimd_arm_neon.S     [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
row_win.cc     [all...]
scale_common.cc     [all...]
  /external/libjpeg-turbo/
jmorecfg.h 279 #undef UPSAMPLE_SCALING_SUPPORTED /* Output rescaling at upsample stage? */
turbojpeg.c     [all...]
  /external/libopus/silk/
control_codec.c 175 /* Calculate number of samples to temporarily upsample */
  /external/opencv3/modules/cudaoptflow/src/
tvl1flow.cpp 279 // otherwise, upsample the optical flow
  /external/webp/src/enc/
picture_csp.c 1046 WebPUpsampleLinePairFunc upsample = WebPGetLinePairConverter(ALPHA_IS_LAST); local
    [all...]
  /external/libyuv/files/source/
row_gcc.cc     [all...]
scale_common.cc     [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.c 1048 * \brief Upsample from mt->singlesample_mt to mt.
1050 * The upsample is done unconditionally.
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cl_ltp.cpp 517 Word16 resu3; // flag for upsample resolution
644 Word16 resu3; /* flag for upsample resolution */
  /frameworks/av/services/audioflinger/
AudioResamplerDyn.cpp 222 if (inSampleRate < outSampleRate) { // upsample
  /external/aac/libSBRenc/src/
sbr_rom.cpp 533 { CODEC_AAC, 16000, 20000, 11025, 1, 12, 8, 13, 8, 1, 0, 6, SBR_MONO, 3 }, /* at such "high" bitrates it's better to upsample the input */
543 { CODEC_AAC, 16000, 20000, 12000, 1, 11, 7, 12, 8, 1, 0, 6, SBR_MONO, 3 }, /* nominal: 16 kbit/s */ /* at such "high" bitrates it's better to upsample the input */
    [all...]

Completed in 1680 milliseconds

1 23 4