Searched refs:pi2_scratch (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/common/x86/ |
D | ihevc_itrans_recon_16x16_ssse3_intr.c | 208 WORD16 *pi2_scratch = (i) ? (pi2_tmp + 8 * trans_size) : pi2_tmp; in ihevc_itrans_recon_16x16_ssse3() local 271 _mm_store_si128((__m128i *)pi2_scratch, m_temp_reg_34); in ihevc_itrans_recon_16x16_ssse3() 272 pi2_scratch += 8; in ihevc_itrans_recon_16x16_ssse3() 273 _mm_store_si128((__m128i *)pi2_scratch, m_temp_reg_35); in ihevc_itrans_recon_16x16_ssse3() 274 pi2_scratch += 8; in ihevc_itrans_recon_16x16_ssse3() 290 _mm_store_si128((__m128i *)pi2_scratch, m_temp_reg_34); in ihevc_itrans_recon_16x16_ssse3() 291 pi2_scratch += 8; in ihevc_itrans_recon_16x16_ssse3() 292 _mm_store_si128((__m128i *)pi2_scratch, m_temp_reg_35); in ihevc_itrans_recon_16x16_ssse3() 293 pi2_scratch += 8; in ihevc_itrans_recon_16x16_ssse3() 309 _mm_store_si128((__m128i *)pi2_scratch, m_temp_reg_34); in ihevc_itrans_recon_16x16_ssse3() [all …]
|
D | ihevc_16x16_itrans_recon_sse42_intr.c | 202 WORD16 *pi2_scratch = (i) ? (pi2_tmp + 8 * trans_size) : pi2_tmp; in ihevc_itrans_recon_16x16_sse42() local 265 _mm_storeu_si128((__m128i *)pi2_scratch, m_temp_reg_34); in ihevc_itrans_recon_16x16_sse42() 266 pi2_scratch += 8; in ihevc_itrans_recon_16x16_sse42() 267 _mm_storeu_si128((__m128i *)pi2_scratch, m_temp_reg_35); in ihevc_itrans_recon_16x16_sse42() 268 pi2_scratch += 8; in ihevc_itrans_recon_16x16_sse42() 284 _mm_storeu_si128((__m128i *)pi2_scratch, m_temp_reg_34); in ihevc_itrans_recon_16x16_sse42() 285 pi2_scratch += 8; in ihevc_itrans_recon_16x16_sse42() 286 _mm_storeu_si128((__m128i *)pi2_scratch, m_temp_reg_35); in ihevc_itrans_recon_16x16_sse42() 287 pi2_scratch += 8; in ihevc_itrans_recon_16x16_sse42() 303 _mm_storeu_si128((__m128i *)pi2_scratch, m_temp_reg_34); in ihevc_itrans_recon_16x16_sse42() [all …]
|
D | ihevc_itrans_recon_32x32_ssse3_intr.c | 350 WORD16 *pi2_scratch = o_temp_ptr; in ihevc_itrans_recon_32x32_ssse3() local 376 _mm_store_si128((__m128i *)pi2_scratch, m_temp_reg_34); in ihevc_itrans_recon_32x32_ssse3() 377 pi2_scratch += 8; in ihevc_itrans_recon_32x32_ssse3() 378 _mm_store_si128((__m128i *)pi2_scratch, m_temp_reg_35); in ihevc_itrans_recon_32x32_ssse3() 379 pi2_scratch += 8; in ihevc_itrans_recon_32x32_ssse3() 390 _mm_store_si128((__m128i *)pi2_scratch, m_temp_reg_34); in ihevc_itrans_recon_32x32_ssse3() 391 pi2_scratch += 8; in ihevc_itrans_recon_32x32_ssse3() 392 _mm_store_si128((__m128i *)pi2_scratch, m_temp_reg_35); in ihevc_itrans_recon_32x32_ssse3() 393 pi2_scratch += 8; in ihevc_itrans_recon_32x32_ssse3() 403 _mm_store_si128((__m128i *)pi2_scratch, m_temp_reg_34); in ihevc_itrans_recon_32x32_ssse3() [all …]
|
D | ihevc_32x32_itrans_recon_sse42_intr.c | 341 WORD16 *pi2_scratch = o_temp_ptr; in ihevc_itrans_recon_32x32_sse42() local 365 _mm_storeu_si128((__m128i *)pi2_scratch, m_temp_reg_34); in ihevc_itrans_recon_32x32_sse42() 366 pi2_scratch += 8; in ihevc_itrans_recon_32x32_sse42() 367 _mm_storeu_si128((__m128i *)pi2_scratch, m_temp_reg_35); in ihevc_itrans_recon_32x32_sse42() 368 pi2_scratch += 8; in ihevc_itrans_recon_32x32_sse42() 379 _mm_storeu_si128((__m128i *)pi2_scratch, m_temp_reg_34); in ihevc_itrans_recon_32x32_sse42() 380 pi2_scratch += 8; in ihevc_itrans_recon_32x32_sse42() 381 _mm_storeu_si128((__m128i *)pi2_scratch, m_temp_reg_35); in ihevc_itrans_recon_32x32_sse42() 382 pi2_scratch += 8; in ihevc_itrans_recon_32x32_sse42() 392 _mm_storeu_si128((__m128i *)pi2_scratch, m_temp_reg_34); in ihevc_itrans_recon_32x32_sse42() [all …]
|