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.h2587 __m256i *this_out = &out[8 * transpose_block]; in FDCT32x32_2D_AVX2() local
2596 const __m256i tr0_0 = _mm256_unpacklo_epi16(this_out[0], this_out[1]); in FDCT32x32_2D_AVX2()
2597 const __m256i tr0_1 = _mm256_unpacklo_epi16(this_out[2], this_out[3]); in FDCT32x32_2D_AVX2()
2598 const __m256i tr0_2 = _mm256_unpackhi_epi16(this_out[0], this_out[1]); in FDCT32x32_2D_AVX2()
2599 const __m256i tr0_3 = _mm256_unpackhi_epi16(this_out[2], this_out[3]); in FDCT32x32_2D_AVX2()
2600 const __m256i tr0_4 = _mm256_unpacklo_epi16(this_out[4], this_out[5]); in FDCT32x32_2D_AVX2()
2601 const __m256i tr0_5 = _mm256_unpacklo_epi16(this_out[6], this_out[7]); in FDCT32x32_2D_AVX2()
2602 const __m256i tr0_6 = _mm256_unpackhi_epi16(this_out[4], this_out[5]); in FDCT32x32_2D_AVX2()
2603 const __m256i tr0_7 = _mm256_unpackhi_epi16(this_out[6], this_out[7]); in FDCT32x32_2D_AVX2()
Dfwd_dct32x32_impl_sse2.h3022 __m128i *this_out = &out[8 * transpose_block]; in FDCT32x32_2D() local
3031 const __m128i tr0_0 = _mm_unpacklo_epi16(this_out[0], this_out[1]); in FDCT32x32_2D()
3032 const __m128i tr0_1 = _mm_unpacklo_epi16(this_out[2], this_out[3]); in FDCT32x32_2D()
3033 const __m128i tr0_2 = _mm_unpackhi_epi16(this_out[0], this_out[1]); in FDCT32x32_2D()
3034 const __m128i tr0_3 = _mm_unpackhi_epi16(this_out[2], this_out[3]); in FDCT32x32_2D()
3035 const __m128i tr0_4 = _mm_unpacklo_epi16(this_out[4], this_out[5]); in FDCT32x32_2D()
3036 const __m128i tr0_5 = _mm_unpacklo_epi16(this_out[6], this_out[7]); in FDCT32x32_2D()
3037 const __m128i tr0_6 = _mm_unpackhi_epi16(this_out[4], this_out[5]); in FDCT32x32_2D()
3038 const __m128i tr0_7 = _mm_unpackhi_epi16(this_out[6], this_out[7]); in FDCT32x32_2D()
/external/fio/
Diolog.c771 size_t this_out = iter->buf_size - iter->buf_used; in inflate_chunk() local
774 stream->avail_out = this_out; in inflate_chunk()
784 iter->buf_used += this_out - stream->avail_out; in inflate_chunk()