Searched refs:t01 (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dtemplate-class-traits.cpp8 int t01[T(__is_polymorphic(InheritPolymorph<int>))]; variable
/external/webrtc/webrtc/modules/video_coding/
H A Djitter_estimator.cc215 double t00, t01; local
266 t01 = _thetaCov[0][1];
269 _thetaCov[0][1] = (1 - kalmanGain[0] * deltaFSBytes) * t01 -
274 kalmanGain[1] * deltaFSBytes * t01;
/external/aac/libAACenc/src/
H A Dbit_cnt.cpp456 INT t0,t1,t00,t01; local
468 t01 = fixMin(t1,16);
469 bc11+= (INT) FDKaacEnc_huff_ltab11[t00][t01];
548 INT i,t0,t1,t2,t3,t00,t01; local
743 t01 = fixMin(t1,16);
745 codeLength = (INT) FDKaacEnc_huff_ltab11[t00][t01];
782 INT i,t0,t1,t2,t3,t00,t01; local
1071 t01 = fixMin(t1,16);
1073 codeWord = FDKaacEnc_huff_ctab11[t00][t01];
1074 codeLength = (INT) FDKaacEnc_huff_ltab11[t00][t01];
[all...]
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp399 int t01[T(__is_integral(bool))]; local
428 int t01[T(__is_floating_point(float))]; local
457 int t01[T(__is_arithmetic(float))]; local
489 int t01[T(__is_complete_type(float))]; local
512 int t01[T(__is_void(void))]; local
541 int t01[T(__is_array(IntAr))]; local
579 int t01[T(__is_function(type_wrapper<void(void)>::type))]; local
614 int t01[T(__is_reference(int&))]; local
625 int t01[T(__is_lvalue_reference(int&))]; local
639 int t01[ local
655 int t01[T(__is_fundamental(float))]; local
684 int t01[T(__is_object(int))]; local
699 int t01[T(__is_scalar(float))]; local
733 int t01[T(__is_compound(void*))]; local
768 int t01[T(__is_pointer(void*))]; local
804 int t01[T(__is_member_object_pointer(int StructWithMembers::*))]; local
840 int t01[T(__is_member_function_pointer(void (StructWithMembers::*) ()))]; local
876 int t01[T(__is_member_pointer(int StructWithMembers::*))]; local
910 int t01[T(__is_const(cvoid))]; local
1077 int t01[T(__is_trivial(char))]; local
1111 int t01[T(__is_trivially_copyable(char))]; local
1188 int t01[T(__is_standard_layout(int))]; local
1239 int t01[T(__is_unsigned(bool))]; local
1713 int t01[T(__is_same(Base, Base))]; local
1747 int t01[T(__is_convertible(IntWrapper, IntWrapper))]; local
2082 int t01[T(__array_rank(IntAr) == 1)]; local
2087 int t01[T(__array_extent(IntAr, 0) == 10)]; local
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_vpx_convolve8_neon.c360 uint16x8_t d01, d23, t01, t23; local
390 t01 = vcombine_u16(vqrshrun_n_s32(d0, 7), vqrshrun_n_s32(d1, 7));
392 t01 = vminq_u16(t01, max);
394 transpose_u16_4x4q(&t01, &t23);
400 d01 = vrhaddq_u16(d01, t01);
754 uint16x8_t d01, d23, t01, t23; local
794 t01 = vcombine_u16(vqrshrun_n_s32(d0, 7), vqrshrun_n_s32(d1, 7));
796 t01 = vminq_u16(t01, ma
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c110 const GLfloat t01[4], const GLfloat t11[4])
112 result[0] = lerp_2d(a, b, t00[0], t10[0], t01[0], t11[0]);
113 result[1] = lerp_2d(a, b, t00[1], t10[1], t01[1], t11[1]);
114 result[2] = lerp_2d(a, b, t00[2], t10[2], t01[2], t11[2]);
115 result[3] = lerp_2d(a, b, t00[3], t10[3], t01[3], t11[3]);
1159 GLfloat t00[4], t10[4], t01[4], t11[4]; /* sampled texel colors */ local
1191 get_border_color(samp, img, t01);
1194 swImg->FetchTexel(swImg, i0, j1, 0, t01);
1203 lerp_rgba_2d(rgba, a, b, t00, t10, t01, t11);
1223 GLfloat t00[4], t10[4], t01[ local
108 lerp_rgba_2d(GLfloat result[4], GLfloat a, GLfloat b, const GLfloat t00[4], const GLfloat t10[4], const GLfloat t01[4], const GLfloat t11[4]) argument
2730 GLfloat t00[4], t01[4], t10[4], t11[4]; local
2866 GLfloat t00[4], t01[4], t10[4], t11[4]; local
[all...]

Completed in 353 milliseconds