Searched refs:load_pack_8_32bit (Results 1 – 3 of 3) sorted by relevance
339 static INLINE __m128i load_pack_8_32bit(const tran_low_t *const input) { in load_pack_8_32bit() function348 in[0] = load_pack_8_32bit(input + 0 * stride); in highbd_load_pack_transpose_32bit_8x8()349 in[1] = load_pack_8_32bit(input + 1 * stride); in highbd_load_pack_transpose_32bit_8x8()350 in[2] = load_pack_8_32bit(input + 2 * stride); in highbd_load_pack_transpose_32bit_8x8()351 in[3] = load_pack_8_32bit(input + 3 * stride); in highbd_load_pack_transpose_32bit_8x8()352 in[4] = load_pack_8_32bit(input + 4 * stride); in highbd_load_pack_transpose_32bit_8x8()353 in[5] = load_pack_8_32bit(input + 5 * stride); in highbd_load_pack_transpose_32bit_8x8()354 in[6] = load_pack_8_32bit(input + 6 * stride); in highbd_load_pack_transpose_32bit_8x8()355 in[7] = load_pack_8_32bit(input + 7 * stride); in highbd_load_pack_transpose_32bit_8x8()
313 in[0] = load_pack_8_32bit(input + 0 * 16); in vpx_highbd_idct16x16_10_add_sse2()314 in[1] = load_pack_8_32bit(input + 1 * 16); in vpx_highbd_idct16x16_10_add_sse2()315 in[2] = load_pack_8_32bit(input + 2 * 16); in vpx_highbd_idct16x16_10_add_sse2()316 in[3] = load_pack_8_32bit(input + 3 * 16); in vpx_highbd_idct16x16_10_add_sse2()
312 in[0] = load_pack_8_32bit(input + 0 * 16); in vpx_highbd_idct16x16_10_add_sse4_1()313 in[1] = load_pack_8_32bit(input + 1 * 16); in vpx_highbd_idct16x16_10_add_sse4_1()314 in[2] = load_pack_8_32bit(input + 2 * 16); in vpx_highbd_idct16x16_10_add_sse4_1()315 in[3] = load_pack_8_32bit(input + 3 * 16); in vpx_highbd_idct16x16_10_add_sse4_1()