Home
last modified time | relevance | path

Searched refs:fwd_transform_1d_sse4_1 (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/x86/
Dhighbd_fwd_txfm_sse4.c1912 static const fwd_transform_1d_sse4_1 col_highbd_txfm8x8_arr[TX_TYPES] = {
1930 static const fwd_transform_1d_sse4_1 row_highbd_txfm32x8_arr[TX_TYPES] = {
1948 static const fwd_transform_1d_sse4_1 col_highbd_txfm4x8_arr[TX_TYPES] = {
1967 static const fwd_transform_1d_sse4_1 row_highbd_txfm8x16_arr[TX_TYPES] = {
1986 static const fwd_transform_1d_sse4_1 col_highbd_txfm8x16_arr[TX_TYPES] = {
2004 static const fwd_transform_1d_sse4_1 row_highbd_txfm8x8_arr[TX_TYPES] = {
2023 static const fwd_transform_1d_sse4_1 row_highbd_txfm4x8_arr[TX_TYPES] = {
2042 static const fwd_transform_1d_sse4_1 row_highbd_txfm4x4_arr[TX_TYPES] = {
2061 static const fwd_transform_1d_sse4_1 col_highbd_txfm4x4_arr[TX_TYPES] = {
2080 static const fwd_transform_1d_sse4_1 col_highbd_txfm8x32_arr[TX_TYPES] = {
[all …]
/external/libaom/libaom/av1/common/x86/
Dhighbd_txfm_utility_sse4.h124 typedef void (*fwd_transform_1d_sse4_1)(__m128i *in, __m128i *out, int bit, typedef