Home
last modified time | relevance | path

Searched refs:resx (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/profviz/
Dworker.js83 var resx = args["resx"];
128 var psc = new PlotScriptComposer(resx, resy, log_error);
145 output("set terminal svg size " + resx + "," + resy +
Dprofviz.js66 resx, resy, argument
71 'resx' : resx, property
/external/libaom/libaom/aom_dsp/x86/
Dintrapred_avx2.c1688 __m128i resx, resy, resxy; in highbd_dr_prediction_z2_Nx4_avx2() local
1775 resx = _mm256_castsi256_si128(res); in highbd_dr_prediction_z2_Nx4_avx2()
1776 resx = _mm_packus_epi32(resx, resx); in highbd_dr_prediction_z2_Nx4_avx2()
1782 _mm_blendv_epi8(resx, resy, *(__m128i *)HighbdBaseMask[base_min_diff]); in highbd_dr_prediction_z2_Nx4_avx2()
1813 __m128i resx, resy, resxy; in highbd_dr_prediction_32bit_z2_Nx8_avx2() local
1829 resx = _mm_setzero_si128(); in highbd_dr_prediction_32bit_z2_Nx8_avx2()
1889 resx = _mm256_castsi256_si128(_mm256_packus_epi32( in highbd_dr_prediction_32bit_z2_Nx8_avx2()
1932 resy = resx; in highbd_dr_prediction_32bit_z2_Nx8_avx2()
1935 _mm_blendv_epi8(resx, resy, *(__m128i *)HighbdBaseMask[base_min_diff]); in highbd_dr_prediction_32bit_z2_Nx8_avx2()
1966 __m128i resx, resy, resxy; in highbd_dr_prediction_z2_Nx8_avx2() local
[all …]