Searched refs:this_out (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/ |
D | _bz2module.c | 153 char *this_out; in compress() local 179 this_out = c->bzs.next_out; in compress() local 181 data_size += c->bzs.next_out - this_out; in compress()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | fwd_dct32x32_impl_avx2.h | 2790 __m256i *this_out = &out[8 * transpose_block]; in FDCT32x32_2D_AVX2() local 2799 const __m256i tr0_0 = _mm256_unpacklo_epi16(this_out[0], this_out[1]); in FDCT32x32_2D_AVX2() 2800 const __m256i tr0_1 = _mm256_unpacklo_epi16(this_out[2], this_out[3]); in FDCT32x32_2D_AVX2() 2801 const __m256i tr0_2 = _mm256_unpackhi_epi16(this_out[0], this_out[1]); in FDCT32x32_2D_AVX2() 2802 const __m256i tr0_3 = _mm256_unpackhi_epi16(this_out[2], this_out[3]); in FDCT32x32_2D_AVX2() 2803 const __m256i tr0_4 = _mm256_unpacklo_epi16(this_out[4], this_out[5]); in FDCT32x32_2D_AVX2() 2804 const __m256i tr0_5 = _mm256_unpacklo_epi16(this_out[6], this_out[7]); in FDCT32x32_2D_AVX2() 2805 const __m256i tr0_6 = _mm256_unpackhi_epi16(this_out[4], this_out[5]); in FDCT32x32_2D_AVX2() 2806 const __m256i tr0_7 = _mm256_unpackhi_epi16(this_out[6], this_out[7]); in FDCT32x32_2D_AVX2()
|
D | fwd_dct32x32_impl_sse2.h | 2999 __m128i *this_out = &out[8 * transpose_block]; in FDCT32x32_2D() local 3008 const __m128i tr0_0 = _mm_unpacklo_epi16(this_out[0], this_out[1]); in FDCT32x32_2D() 3009 const __m128i tr0_1 = _mm_unpacklo_epi16(this_out[2], this_out[3]); in FDCT32x32_2D() 3010 const __m128i tr0_2 = _mm_unpackhi_epi16(this_out[0], this_out[1]); in FDCT32x32_2D() 3011 const __m128i tr0_3 = _mm_unpackhi_epi16(this_out[2], this_out[3]); in FDCT32x32_2D() 3012 const __m128i tr0_4 = _mm_unpacklo_epi16(this_out[4], this_out[5]); in FDCT32x32_2D() 3013 const __m128i tr0_5 = _mm_unpacklo_epi16(this_out[6], this_out[7]); in FDCT32x32_2D() 3014 const __m128i tr0_6 = _mm_unpackhi_epi16(this_out[4], this_out[5]); in FDCT32x32_2D() 3015 const __m128i tr0_7 = _mm_unpackhi_epi16(this_out[6], this_out[7]); in FDCT32x32_2D()
|