HomeSort by relevance Sort by last modified time
    Searched refs:dct_32_round (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 1039 static INLINE tran_high_t dct_32_round(tran_high_t input) { function
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 998 static INLINE int dct_32_round(int input) { function
1068 output[20] = dct_32_round((-step[20] + step[27]) * cospi_16_64);
1069 output[21] = dct_32_round((-step[21] + step[26]) * cospi_16_64);
1070 output[22] = dct_32_round((-step[22] + step[25]) * cospi_16_64);
1071 output[23] = dct_32_round((-step[23] + step[24]) * cospi_16_64);
1073 output[24] = dct_32_round((step[24] + step[23]) * cospi_16_64)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 998 static INLINE int dct_32_round(int input) { function
1068 output[20] = dct_32_round((-step[20] + step[27]) * cospi_16_64);
1069 output[21] = dct_32_round((-step[21] + step[26]) * cospi_16_64);
1070 output[22] = dct_32_round((-step[22] + step[25]) * cospi_16_64);
1071 output[23] = dct_32_round((-step[23] + step[24]) * cospi_16_64);
1073 output[24] = dct_32_round((step[24] + step[23]) * cospi_16_64)
    [all...]

Completed in 108 milliseconds