HomeSort by relevance Sort by last modified time
    Searched defs:BILINEAR (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_filter.h 27 #define BILINEAR 3
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_transfer.h 22 BILINEAR
  /external/libaom/libaom/av1/common/
filter.h 33 BILINEAR,
35 SWITCHABLE_FILTERS = BILINEAR,
143 BILINEAR }
146 // A special 2-tap bilinear filter for IntraBC chroma. IntraBC uses full pixel
154 av1_intrabc_bilinear_filter, 2, 0, BILINEAR
189 BILINEAR },
208 ? av1_interp_4tap[BILINEAR].filter_ptr
223 case USE_2_TAPS: return get_4tap_interp_filter_params(BILINEAR);
  /external/tensorflow/tensorflow/core/kernels/
crop_and_resize_op_gpu.cu.cc 36 BILINEAR = 0,
88 if (method_id == BILINEAR) {
178 if (method_id == BILINEAR) {
367 InterpolationMethod method = BILINEAR;
415 InterpolationMethod method = BILINEAR;
conv_ops_fused_image_transform.cc 61 BILINEAR = 0,
140 // Helper class to simplify bilinear filtering
198 // Lerp is used for bilinear filtering when that's needed.
248 // This x_lerp is used to blend pixels in bilinear filtering.
253 // Combines bilinear resizing and mirror padding into the im2col transformation
287 context, ((SampleMode == NEAREST) || (SampleMode == BILINEAR)),
402 // to avoid this was to fold the bilinear filtering and padding spatial
405 // different patches, the extra overhead of doing the same bilinear lookups
447 // image, after it's been bilinear resized and had its edges
450 // repeatedly apply the expensive bilinear calculations as th
    [all...]
  /external/tensorflow/tensorflow/python/ops/
image_ops_impl.py 944 BILINEAR = 0
952 BILINEAR = 'bilinear'
    [all...]
  /external/v4l2_codec2/vda/
vp9_parser.h 54 BILINEAR = 3,

Completed in 581 milliseconds