Home
last modified time | relevance | path

Searched refs:v_v (Results 1 – 14 of 14) sorted by relevance

/external/libavc/common/x86/
Dih264_chroma_intra_pred_filters_ssse3.c263 WORD32 h_u, h_v, v_u, v_v; in ih264_intra_pred_chroma_8x8_mode_plane_ssse3() local
300 v_v = _mm_extract_epi16(hv_val_4x32b, 6); in ih264_intra_pred_chroma_8x8_mode_plane_ssse3()
305 v_v = (v_v << 16) >> 15; in ih264_intra_pred_chroma_8x8_mode_plane_ssse3()
310 c_v = ((v_v << 4) + v_v + 32) >> 6; in ih264_intra_pred_chroma_8x8_mode_plane_ssse3()
/external/libavc/common/
Dih264_chroma_intra_pred_filters.c440 WORD32 a_v, b_v, c_v, h_v, v_v; in ih264_intra_pred_chroma_8x8_mode_plane() local
444 a_v = b_v = c_v = h_v = v_v = 0; in ih264_intra_pred_chroma_8x8_mode_plane()
456v_v += (cols + 1) * (pu1_left[(4 + cols) * (-2) + 1] - pu1_left[(2 - cols) * (-2) + 1]);/*sectio… in ih264_intra_pred_chroma_8x8_mode_plane()
463 c_v = (34 * v_v + 32) >> 6;/*section 8.3.3.4 equation (8-143)*/ in ih264_intra_pred_chroma_8x8_mode_plane()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/
Dit-IT_cm0_aut_spho2.utf17 '{A3}' '{A2}' '{A1}' '{A0}' 'Ø' 'Þ' '^u' '^i' 'z' 'v_v' 'v' 'u:' 'u' 'S' 's_s'
28 …REV}' '{A4}' '{A3}' '{A2}' '{A1}' '{A0}' 'Ø' 'Þ' '^u' '^i' 'z' 'v_v' 'v' 'u:' 'u' '…
Dit-IT_aut_wpho1.utf17 't' 't_t' 't_s' 't_t_s' 't_S' 't_t_S' 'u' 'u'/'^u' 'u:' 'v' 'v_v' 'z' '^i' '^u' 'Þ'
29 …' 'J_J' 'l_l' 'L_L' 'm_m' 'n_n' 'N' 'r_r' 's_s' 'S' 'S_S' 't_s' 't_t_s' 't_t_S' 'v_v'
Dit-IT_aut_spho1.utf17 …'{A0}' 'Ø'/@ 'Þ'/@ '^u' '^i' 'z' 'v_v' 'v' 'u:' 'u' 't_t_S' 't_S' 't_t_s' 't_s' 't_t'
50 :CLASS 24 :IS 'v_v' 't_t_S' 't_t' 'S_S' 's_s' 'r_r' 'p_p' 'n_n' 'm_m' 'L_L' 'l_l' 'k_k'…
Dit-IT_phones.utf88 :SYM "v_v" :PROP mapval = 92
Dit-IT_map-xsampa_aut.utf28 …^i' '{XS::}'/'k_k' '{XS:_}'/@ '{XS::}'/'d_d' '{XS::}'/'t_t' '{XS::}'/'v_v' '{XS::}'/'L_L' '…
80 :CLASS 47 :IS '{XS::}'/'v_v'
Dit-IT_map-xsampa_symtab.utf226 :SYM "v_v" :PROP mapval = 92
Dit-IT_kdt_g2p.utf18 node_num = 5 quest_num = 13 subset = _epsilon_,b_b,f_f,l_l,v_v node_yes = 19 subset = ACC1-a-Þ,E,E_…
37 …l,m,m_m,n,o_LONG,p,p_p,r,r-o,r_r,s_s,t_t,t_t_S,t_t_s,u-v,u-v-ACC1-u,u_LONG,v_v node_yes = 771 node…
76 …lon_,k,k_k,l_l,s,s_s,t_t,b,b_b,d,d_d_Z,t,t_S,t_s,f,f_f,m,n,p,p_p,r_r,t_t_s,v_v node_yes = 106 subs…
227 …ONG,f_f,g_g,i_LONG,k-s,k_k,l_l,m_m,n_n,o_LONG,p_p,r-o,r_r,t_s,t_t_S,u_LONG,v_v node_yes = 1012 nod…
809 node_num = 796 decision = v_v
/external/v8/test/cctest/wasm/
Dtest-signatures.h70 FunctionSig* v_v() { return &sig_v_v; } in v_v() function
Dtest-run-wasm.cc2395 WasmFunctionCompiler t(sigs.v_v()); in TEST()
/external/v8/test/unittests/wasm/
Dast-decoder-unittest.cc67 init_env(&env_v_v, sigs.v_v()); in WasmDecoderTest()
2220 WasmDecoderTest::init_env(&env, sigs.v_v()); in TEST_F()
2265 WasmDecoderTest::init_env(&env, sigs.v_v()); in TEST_F()
/external/opencv3/modules/imgproc/src/
Dcolor.cpp5701 __m128i & v_l, __m128i & v_u, __m128i & v_v) const in process()
5721 v_v = _mm_packs_epi32(_mm_cvtps_epi32(v_v0f), _mm_cvtps_epi32(v_v1f)); in process()
5903 void process(__m128i v_l, __m128i v_u, __m128i v_v, in process()
5908 __m128 v_v0 = _mm_cvtepi32_ps(_mm_unpacklo_epi16(v_v, v_zero)); in process()
5912 __m128 v_v1 = _mm_cvtepi32_ps(_mm_unpackhi_epi16(v_v, v_zero)); in process()
Dimgwarp.cpp4413 int32x4_t v_v = vmlaq_s32(vandq_s32(v_sx, v_scale2), v_scale3, in operator ()() local
4415 vst1_u16(A + x1, vqmovun_s32(v_v)); in operator ()()
4447 int32x4_t v_v = vmlaq_s32(vandq_s32(v_sx, v_scale2), v_scale3, in operator ()() local
4449 vst1_u16(A + x1, vqmovun_s32(v_v)); in operator ()()