Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c372 static INLINE tran_high_t dct_32_round(tran_high_t input) { in dct_32_round() function
444 output[20] = dct_32_round((-step[20] + step[27]) * cospi_16_64); in vpx_fdct32()
445 output[21] = dct_32_round((-step[21] + step[26]) * cospi_16_64); in vpx_fdct32()
446 output[22] = dct_32_round((-step[22] + step[25]) * cospi_16_64); in vpx_fdct32()
447 output[23] = dct_32_round((-step[23] + step[24]) * cospi_16_64); in vpx_fdct32()
449 output[24] = dct_32_round((step[24] + step[23]) * cospi_16_64); in vpx_fdct32()
450 output[25] = dct_32_round((step[25] + step[22]) * cospi_16_64); in vpx_fdct32()
451 output[26] = dct_32_round((step[26] + step[21]) * cospi_16_64); in vpx_fdct32()
452 output[27] = dct_32_round((step[27] + step[20]) * cospi_16_64); in vpx_fdct32()
508 step[10] = dct_32_round((-output[10] + output[13]) * cospi_16_64); in vpx_fdct32()
[all …]