HomeSort by relevance Sort by last modified time
    Searched refs:interpolation (Results 101 - 125 of 157) sorted by null

1 2 3 45 6 7

  /prebuilts/go/linux-x86/src/html/template/
error.go 142 // Package html/template does not support interpolation into regular
transition.go 340 // This can be fixed by making context richer if interpolation
  /prebuilts/misc/common/robolectric/3.1.1/
run_robotests.mk 82 $(my_robolectric_path)/plexus-interpolation-1.11.jar \
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 359 /* We definitely need to translate the interpolation field, because
364 var->data.interpolation = INTERP_MODE_FLAT;
367 var->data.interpolation = INTERP_MODE_NOPERSPECTIVE;
370 var->data.interpolation = INTERP_MODE_SMOOTH;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java     [all...]
  /external/ImageMagick/www/api/
enhance.php 175 <dd>the pixel interpolation method. </dd>
  /external/mesa3d/src/compiler/spirv/
vtn_variables.c     [all...]
  /prebuilts/go/darwin-x86/src/html/template/
transition.go 340 // This can be fixed by making context richer if interpolation
  /external/libavc/common/arm/
ih264_inter_pred_luma_horz_hpel_vert_hpel_a9q.s 26 @* Contains function definitions for inter prediction interpolation.
55 @* interpolation process"
ih264_inter_pred_luma_horz_qpel_vert_hpel_a9q.s 26 @* Contains function definitions for inter prediction interpolation.
56 @* titled "Luma sample interpolation process".
ih264_inter_pred_luma_horz_qpel_vert_qpel_a9q.s 26 @* Contains function definitions for inter prediction interpolation.
53 @* "Luma sample interpolation process"
  /external/opencv/cv/src/
cvimgwarp.cpp 51 /************** interpolation constants and tables ***************/
    [all...]
  /external/libjpeg-turbo/simd/
jdsample-mmx.asm 42 ; The upsampling algorithm is linear interpolation between pixel centers,
jdsample-sse2-64.asm 43 ; The upsampling algorithm is linear interpolation between pixel centers,
jdsample-sse2.asm 42 ; The upsampling algorithm is linear interpolation between pixel centers,
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 380 var->data.interpolation = ir->data.interpolation;
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp     [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_blit.c 57 tex_pos_out->data.interpolation = INTERP_MODE_SMOOTH;
    [all...]
radv_meta_blit2d.c 460 tex_pos_out->data.interpolation = INTERP_MODE_SMOOTH;
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_print.c 393 glsl_interp_mode_name(var->data.interpolation));
nir.c 166 var->data.interpolation = INTERP_MODE_SMOOTH;
    [all...]
  /external/opencv/cv/include/
cv.h 270 int interpolation CV_DEFAULT( CV_INTER_LINEAR ));
368 Values of pixels with fractional coordinates are retrieved using bilinear interpolation*/
374 ( a21 a22 | b2 ) (bilinear interpolation is used to retrieve pixels
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.hpp     [all...]
gl4cEnhancedLayoutsTests.cpp 14929 const GLchar* interpolation = ""; local
    [all...]

Completed in 564 milliseconds

1 2 3 45 6 7