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

1 2 3 45 6

  /external/libvpx/libvpx/vpx_dsp/mips/
intrapred_msa.c 390 v8u16 src_top_left, vec0, vec1, vec2, vec3; local
403 HADD_UB4_UH(src0, src1, src2, src3, vec0, vec1, vec2, vec3);
405 IPRED_SUBS_UH2_UH(src_top_left, src_top_left, vec2, vec3);
406 SAT_UH4_UH(vec0, vec1, vec2, vec3, 7);
407 PCKEV_B2_SB(vec1, vec0, vec3, vec2, tmp0, tmp1);
418 v8u16 src_top_left, vec0, vec1, vec2, vec3; local
434 HADD_UB4_UH(src0, src1, src2, src3, vec0, vec1, vec2, vec3);
436 IPRED_SUBS_UH2_UH(src_top_left, src_top_left, vec2, vec3);
437 SAT_UH4_UH(vec0, vec1, vec2, vec3, 7);
438 PCKEV_B2_SB(vec1, vec0, vec3, vec2, tmp0, tmp1)
    [all...]
vpx_convolve8_avg_msa.c 27 v8i16 hz_out7, hz_out8, hz_out9, res0, res1, vec0, vec1, vec2, vec3, vec4; local
59 vec2 = (v8i16)__msa_ilvev_b((v16i8)hz_out5, (v16i8)hz_out4);
71 res0 = FILT_8TAP_DPADD_S_H(vec0, vec1, vec2, vec3, filt_vt0, filt_vt1,
78 res1 = FILT_8TAP_DPADD_S_H(vec1, vec2, vec3, vec4, filt_vt0, filt_vt1,
91 vec0 = vec2;
93 vec2 = vec4;
290 v16u8 filt_hz, filt_vt, vec0, vec1, vec2, vec3, res0, res1, res2, res3; local
322 ILVEV_B2_UB(hz_out4, hz_out5, hz_out6, hz_out7, vec2, vec3);
323 DOTP_UB4_UH(vec0, vec1, vec2, vec3, filt_vt, filt_vt, filt_vt, filt_vt,
358 v16u8 filt_hz, filt_vt, dst0, dst1, dst2, dst3, vec0, vec1, vec2, vec3 local
    [all...]
vpx_convolve_msa.h 19 #define FILT_8TAP_DPADD_S_H(vec0, vec1, vec2, vec3, \
25 tmp1 = __msa_dotp_s_h((v16i8)vec2, (v16i8)filt2); \
loopfilter_16_msa.c 758 v8i16 vec0, vec1, vec2, vec3; local
779 ILVRL_H2_SH(vec1, vec0, vec2, vec3);
780 ST4x8_UB(vec2, vec3, (src_org - 2), pitch_org);
833 v8i16 vec0, vec1, vec2, vec3, vec4; local
840 vec2 = (v8i16)__msa_ilvr_b((v16i8)q2, (v16i8)q1);
844 ST2x4_UB(vec2, 0, (src_org + 4), pitch);
847 ST2x4_UB(vec2, 4, (src_org + 4), pitch);
1072 v8i16 vec0, vec1, vec2, vec3, vec4, vec5; local
1157 v8i16 vec0, vec1, vec2, vec3, vec4, vec5, vec6, vec7; local
    [all...]
vpx_convolve8_msa.c 270 v16u8 filt_hz, filt_vt, vec0, vec1, vec2, vec3; local
297 ILVEV_B2_UB(hz_out4, hz_out5, hz_out6, hz_out7, vec2, vec3);
298 DOTP_UB4_UH(vec0, vec1, vec2, vec3, filt_vt, filt_vt, filt_vt, filt_vt,
326 v16u8 filt_hz, filt_vt, vec0, vec1, vec2, vec3; local
351 vec2 = (v16u8)__msa_ilvev_b((v16i8)hz_out1, (v16i8)hz_out0);
352 tmp2 = __msa_dotp_u_h(vec2, filt_vt);
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/
gl-matrix.js 118 exports.vec2 = __webpack_require__(9);
391 * Scales the mat2 by the dimensions in the given vec2
395 * @param {vec2} v the vec2 to scale the matrix by
437 * @param {vec2} v Scaling vector
684 * Scales the mat2d by the dimensions in the given vec2
688 * @param {vec2} v the vec2 to scale the matrix by
704 * Translates the mat2d by the dimensions in the given vec2
708 * @param {vec2} v the vec2 to translate the matrix b
    [all...]
  /external/freetype/src/base/
ftoutln.c 227 FT_Vector vec1, vec2; local
240 vec2.x = SCALED( point[-1].x );
241 vec2.y = SCALED( point[-1].y );
255 vec2.x / 64.0, vec2.y / 64.0 ));
256 error = func_interface->cubic_to( &vec1, &vec2, &vec, user );
266 vec2.x / 64.0, vec2.y / 64.0 ));
267 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user );
ftstroke.c 371 FT_Vector* vec2 = border->points + count - 1; local
374 for ( ; vec1 < vec2; vec1++, vec2-- )
380 *vec1 = *vec2;
381 *vec2 = tmp;
2231 FT_Vector vec1, vec2; local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftoutln.c 228 FT_Vector vec1, vec2; local
241 vec2.x = SCALED( point[-1].x );
242 vec2.y = SCALED( point[-1].y );
256 vec2.x / 64.0, vec2.y / 64.0 ));
257 error = func_interface->cubic_to( &vec1, &vec2, &vec, user );
267 vec2.x / 64.0, vec2.y / 64.0 ));
268 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user );
ftstroke.c 381 FT_Vector* vec2 = border->points + count - 1; local
384 for ( ; vec1 < vec2; vec1++, vec2-- )
390 *vec1 = *vec2;
391 *vec2 = tmp;
2241 FT_Vector vec1, vec2; local
    [all...]
  /external/libbrillo/brillo/
any_unittest.cc 280 Any vec2{std::vector<int>{1, 2}};
282 EXPECT_EQ(vec1, vec2);
283 EXPECT_NE(vec2, vec3);
  /external/libvpx/libvpx/vp8/common/mips/msa/
sixtap_filter_msa.c 969 v8i16 filt, filt_vt0, filt_vt1, tmp0, tmp1, vec0, vec1, vec2; local
1030 v8i16 vec0, vec1, vec2, vec3, vec4; local
1112 v8i16 filt, filt_vt0, filt_vt1, tmp0, tmp1, vec0, vec1, vec2; local
1177 v8i16 tmp0, tmp1, tmp2, tmp3, vec0, vec1, vec2, vec3; local
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp     [all...]
  /frameworks/native/include/ui/
vec3.h 23 #include <ui/vec2.h>
  /external/libchrome/base/process/
process_metrics_unittest.cc 323 std::vector<std::string> vec2; local
327 thread2.task_runner()->PostTask(FROM_HERE, Bind(&BusyWork, &vec2));
  /external/freetype/src/smooth/
ftgrays.c 1685 FT_Vector vec1, vec2; local
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 1668 FT_Vector vec1, vec2; local
    [all...]
  /external/opencv/cv/include/
cvcompat.h 369 #define cvmMahalanobis(vec1, vec2, mat) cvMahalanobis( vec1, vec2, mat )
370 #define cvmDotProduct( vec1, vec2 ) cvDotProduct( vec1, vec2 )
371 #define cvmCrossProduct(vec1, vec2,dst) cvCrossProduct( vec1, vec2, dst )
    [all...]
  /external/mesa3d/docs/
MESA_shader_debug.spec 169 void printMESA(const vec2 value)
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 203 Mesh::VertexArray<vec2> position(mesh.getPositionArray<vec2>());
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 2544 Int vec1, vec2, vec3; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_line.c 147 brw_MOV(p, vec2(c->reg.t0), brw_imm_f(0));
  /frameworks/native/libs/ui/tests/
vec_test.cpp 39 EXPECT_EQ(sizeof(vec2), sizeof(float)*2);

Completed in 1178 milliseconds

1 2 3 45 6