OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HIGHBD_WRAPLOW
(Results
1 - 8
of
8
) sorted by null
/external/libvpx/libvpx/vpx_dsp/
inv_txfm.c
[
all
...]
inv_txfm.h
82
#define
HIGHBD_WRAPLOW
(x, bd) \
90
#define
HIGHBD_WRAPLOW
(x, bd) ((int32_t)highbd_check_range((x), bd))
113
trans =
HIGHBD_WRAPLOW
(trans, bd);
/external/libvpx/libvpx/vpx_dsp/x86/
highbd_inv_txfm_sse2.h
42
out =
HIGHBD_WRAPLOW
(dct_const_round_shift(input[0] * cospi_16_64), bd);
43
out =
HIGHBD_WRAPLOW
(dct_const_round_shift(out * cospi_16_64), bd);
highbd_idct4x4_add_sse2.c
141
out =
HIGHBD_WRAPLOW
(dct_const_round_shift(input[0] * cospi_16_64), bd);
142
out =
HIGHBD_WRAPLOW
(dct_const_round_shift(out * cospi_16_64), bd);
/external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct32x32_add_neon.c
65
HIGHBD_WRAPLOW
(dct_const_round_shift(input[0] * cospi_16_64), bd);
67
HIGHBD_WRAPLOW
(dct_const_round_shift(out0 * cospi_16_64), bd);
highbd_idct4x4_add_neon.c
58
HIGHBD_WRAPLOW
(dct_const_round_shift(input[0] * cospi_16_64), bd);
60
HIGHBD_WRAPLOW
(dct_const_round_shift(out0 * cospi_16_64), bd);
highbd_idct8x8_add_neon.c
42
HIGHBD_WRAPLOW
(dct_const_round_shift(input[0] * cospi_16_64), bd);
44
HIGHBD_WRAPLOW
(dct_const_round_shift(out0 * cospi_16_64), bd);
highbd_idct16x16_add_neon.c
[
all
...]
Completed in 98 milliseconds