Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct32x32_sse2.c2578 __m128i *this_out = &out[8 * transpose_block]; in FDCT32x32_2D() local
2587 const __m128i tr0_0 = _mm_unpacklo_epi16(this_out[0], this_out[1]); in FDCT32x32_2D()
2588 const __m128i tr0_1 = _mm_unpacklo_epi16(this_out[2], this_out[3]); in FDCT32x32_2D()
2589 const __m128i tr0_2 = _mm_unpackhi_epi16(this_out[0], this_out[1]); in FDCT32x32_2D()
2590 const __m128i tr0_3 = _mm_unpackhi_epi16(this_out[2], this_out[3]); in FDCT32x32_2D()
2591 const __m128i tr0_4 = _mm_unpacklo_epi16(this_out[4], this_out[5]); in FDCT32x32_2D()
2592 const __m128i tr0_5 = _mm_unpacklo_epi16(this_out[6], this_out[7]); in FDCT32x32_2D()
2593 const __m128i tr0_6 = _mm_unpackhi_epi16(this_out[4], this_out[5]); in FDCT32x32_2D()
2594 const __m128i tr0_7 = _mm_unpackhi_epi16(this_out[6], this_out[7]); in FDCT32x32_2D()
Dvp9_dct32x32_avx2.c2586 __m256i *this_out = &out[8 * transpose_block]; in FDCT32x32_2D_AVX2() local
2595 const __m256i tr0_0 = _mm256_unpacklo_epi16(this_out[0], this_out[1]); in FDCT32x32_2D_AVX2()
2596 const __m256i tr0_1 = _mm256_unpacklo_epi16(this_out[2], this_out[3]); in FDCT32x32_2D_AVX2()
2597 const __m256i tr0_2 = _mm256_unpackhi_epi16(this_out[0], this_out[1]); in FDCT32x32_2D_AVX2()
2598 const __m256i tr0_3 = _mm256_unpackhi_epi16(this_out[2], this_out[3]); in FDCT32x32_2D_AVX2()
2599 const __m256i tr0_4 = _mm256_unpacklo_epi16(this_out[4], this_out[5]); in FDCT32x32_2D_AVX2()
2600 const __m256i tr0_5 = _mm256_unpacklo_epi16(this_out[6], this_out[7]); in FDCT32x32_2D_AVX2()
2601 const __m256i tr0_6 = _mm256_unpackhi_epi16(this_out[4], this_out[5]); in FDCT32x32_2D_AVX2()
2602 const __m256i tr0_7 = _mm256_unpackhi_epi16(this_out[6], this_out[7]); in FDCT32x32_2D_AVX2()
/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()