Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_avx2.h2862 __m256i *this_out = &out[8 * transpose_block]; in FDCT32x32_2D_AVX2() local
2871 const __m256i tr0_0 = _mm256_unpacklo_epi16(this_out[0], this_out[1]); in FDCT32x32_2D_AVX2()
2872 const __m256i tr0_1 = _mm256_unpacklo_epi16(this_out[2], this_out[3]); in FDCT32x32_2D_AVX2()
2873 const __m256i tr0_2 = _mm256_unpackhi_epi16(this_out[0], this_out[1]); in FDCT32x32_2D_AVX2()
2874 const __m256i tr0_3 = _mm256_unpackhi_epi16(this_out[2], this_out[3]); in FDCT32x32_2D_AVX2()
2875 const __m256i tr0_4 = _mm256_unpacklo_epi16(this_out[4], this_out[5]); in FDCT32x32_2D_AVX2()
2876 const __m256i tr0_5 = _mm256_unpacklo_epi16(this_out[6], this_out[7]); in FDCT32x32_2D_AVX2()
2877 const __m256i tr0_6 = _mm256_unpackhi_epi16(this_out[4], this_out[5]); in FDCT32x32_2D_AVX2()
2878 const __m256i tr0_7 = _mm256_unpackhi_epi16(this_out[6], this_out[7]); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h3069 __m128i *this_out = &out[8 * transpose_block]; in FDCT32x32_2D() local
3078 const __m128i tr0_0 = _mm_unpacklo_epi16(this_out[0], this_out[1]); in FDCT32x32_2D()
3079 const __m128i tr0_1 = _mm_unpacklo_epi16(this_out[2], this_out[3]); in FDCT32x32_2D()
3080 const __m128i tr0_2 = _mm_unpackhi_epi16(this_out[0], this_out[1]); in FDCT32x32_2D()
3081 const __m128i tr0_3 = _mm_unpackhi_epi16(this_out[2], this_out[3]); in FDCT32x32_2D()
3082 const __m128i tr0_4 = _mm_unpacklo_epi16(this_out[4], this_out[5]); in FDCT32x32_2D()
3083 const __m128i tr0_5 = _mm_unpacklo_epi16(this_out[6], this_out[7]); in FDCT32x32_2D()
3084 const __m128i tr0_6 = _mm_unpackhi_epi16(this_out[4], this_out[5]); in FDCT32x32_2D()
3085 const __m128i tr0_7 = _mm_unpackhi_epi16(this_out[6], this_out[7]); in FDCT32x32_2D()
/external/fio/
Diolog.c901 size_t this_out = iter->buf_size - iter->buf_used; in inflate_chunk() local
904 stream->avail_out = this_out; in inflate_chunk()
914 iter->buf_used += this_out - stream->avail_out; in inflate_chunk()