Searched refs:l_out (Results 1 – 4 of 4) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_image_patch.cpp | 563 Tensor<float, 5> l_out = l_in.extract_image_patches(11, 11); in test_imagenet_patches() local 564 VERIFY_IS_EQUAL(l_out.dimension(0), 3); in test_imagenet_patches() 565 VERIFY_IS_EQUAL(l_out.dimension(1), 11); in test_imagenet_patches() 566 VERIFY_IS_EQUAL(l_out.dimension(2), 11); in test_imagenet_patches() 567 VERIFY_IS_EQUAL(l_out.dimension(3), 128*128); in test_imagenet_patches() 568 VERIFY_IS_EQUAL(l_out.dimension(4), 16); in test_imagenet_patches() 590 if (l_out(d, r, c, patchId, b) != expected) { in test_imagenet_patches() 593 VERIFY_IS_EQUAL(l_out(d, r, c, patchId, b), expected); in test_imagenet_patches() 613 l_out = l_in.extract_image_patches(9, 9); in test_imagenet_patches() 614 VERIFY_IS_EQUAL(l_out.dimension(0), 16); in test_imagenet_patches() [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_16_msa.c | 91 v8i16 l_out, r_out; in hz_lpf_t16_16w() local 146 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in hz_lpf_t16_16w() 148 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in hz_lpf_t16_16w() 166 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in hz_lpf_t16_16w() 168 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in hz_lpf_t16_16w() 186 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in hz_lpf_t16_16w() 188 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in hz_lpf_t16_16w() 206 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in hz_lpf_t16_16w() 208 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in hz_lpf_t16_16w() 227 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in hz_lpf_t16_16w() [all …]
|
/external/libaom/libaom/aom_dsp/mips/ |
D | loopfilter_16_msa.c | 90 v8i16 l_out, r_out; in aom_hz_lpf_t16_16w() local 145 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in aom_hz_lpf_t16_16w() 147 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in aom_hz_lpf_t16_16w() 165 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in aom_hz_lpf_t16_16w() 167 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in aom_hz_lpf_t16_16w() 185 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in aom_hz_lpf_t16_16w() 187 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in aom_hz_lpf_t16_16w() 205 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in aom_hz_lpf_t16_16w() 207 r_out = (v8i16)__msa_pckev_b((v16i8)l_out, (v16i8)r_out); in aom_hz_lpf_t16_16w() 226 l_out = __msa_srari_h((v8i16)tmp1_l, 4); in aom_hz_lpf_t16_16w() [all …]
|
/external/freetype/src/base/ |
D | ftoutln.c | 948 FT_Fixed l_in, l_out, l_anchor = 0, l, q, d; in FT_Outline_EmboldenXY() local 968 l_out = (FT_Fixed)FT_Vector_NormLen( &out ); in FT_Outline_EmboldenXY() 970 if ( l_out == 0 ) in FT_Outline_EmboldenXY() 976 l_out = l_anchor; in FT_Outline_EmboldenXY() 1009 l = FT_MIN( l_in, l_out ); in FT_Outline_EmboldenXY() 1038 l_in = l_out; in FT_Outline_EmboldenXY()
|