OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vpx_highbd_iadst16_c
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_idct.c
280
{
vpx_highbd_iadst16_c
, vpx_highbd_idct16_c }, // ADST_DCT = 1
281
{ vpx_highbd_idct16_c,
vpx_highbd_iadst16_c
}, // DCT_ADST = 2
282
{
vpx_highbd_iadst16_c
,
vpx_highbd_iadst16_c
} // ADST_ADST = 3
/external/libvpx/libvpx/vpx_dsp/
inv_txfm.h
106
void
vpx_highbd_iadst16_c
(const tran_low_t *input, tran_low_t *output, int bd);
inv_txfm.c
1818
void
vpx_highbd_iadst16_c
(const tran_low_t *input, tran_low_t *output, int bd) {
function
[
all
...]
Completed in 282 milliseconds