HomeSort by relevance Sort by last modified time
    Searched defs:sm3 (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
stack_map_test.cc 804 StackMap sm3 = ci.GetStackMapAt(3, encoding); local
    [all...]
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
StateMachineTest.java 819 StateMachine3 sm3 = new StateMachine3("sm3"); local
820 sm3.start();
821 if (sm3.isDbg()) tlog("testStateMachine3 E");
823 synchronized (sm3) {
825 sm3.sendMessage(TEST_CMD_1);
826 sm3.sendMessage(TEST_CMD_2);
830 sm3.wait();
836 assertEquals(2, sm3.getLogRecSize());
839 lr = sm3.getLogRec(0)
    [all...]
  /external/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_ssse3_intr.c 824 __m128i src_temp1, src_temp2, src_temp3, src_temp4, src_temp5, src_temp6, src_temp7, src_temp8, sm2, sm3; local
829 sm3 = _mm_load_si128((__m128i *)&IHEVCE_SHUFFLEMASKY8[0]);
860 _mm_storeu_si128((__m128i *)(pu1_dst + (0 * dst_strd)), _mm_shuffle_epi8(src_temp1, sm3));
861 _mm_storeu_si128((__m128i *)(pu1_dst + (1 * dst_strd)), _mm_shuffle_epi8(src_temp2, sm3));
862 _mm_storeu_si128((__m128i *)(pu1_dst + (2 * dst_strd)), _mm_shuffle_epi8(src_temp3, sm3));
863 _mm_storeu_si128((__m128i *)(pu1_dst + (3 * dst_strd)), _mm_shuffle_epi8(src_temp4, sm3));
864 _mm_storeu_si128((__m128i *)(pu1_dst + (4 * dst_strd)), _mm_shuffle_epi8(src_temp5, sm3));
865 _mm_storeu_si128((__m128i *)(pu1_dst + (5 * dst_strd)), _mm_shuffle_epi8(src_temp6, sm3));
866 _mm_storeu_si128((__m128i *)(pu1_dst + (6 * dst_strd)), _mm_shuffle_epi8(src_temp7, sm3));
867 _mm_storeu_si128((__m128i *)(pu1_dst + (7 * dst_strd)), _mm_shuffle_epi8(src_temp8, sm3));
    [all...]
ihevc_intra_pred_filters_sse42_intr.c 1427 __m128i row_4x32b, two_nt_4x32b, ref_main_idx_4x32b, res_temp5_4x32b, sm3; local
1969 __m128i row_4x32b, two_nt_4x32b, ref_main_idx_4x32b, res_temp5_4x32b, sm3; local
2805 __m128i \/*fract_8x16b,*\/ const_temp_8x16b, sm3; local
3572 __m128i temp1, temp2, temp3, temp4, sm3; local
    [all...]
ihevc_intra_pred_filters_ssse3_intr.c 1889 __m128i sm1, sm2, sm3; local
2341 __m128i row_4x32b, two_nt_4x32b, ref_main_idx_4x32b, res_temp5_4x32b, sm3; local
2890 __m128i row_4x32b, two_nt_4x32b, ref_main_idx_4x32b, res_temp5_4x32b, sm3; local
3729 __m128i \/*fract_8x16b,*\/ const_temp_8x16b, sm3; local
4499 __m128i temp1, temp2, temp3, temp4, sm3; local
    [all...]

Completed in 344 milliseconds