Searched defs:tran_low_t (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.h40 // tran_low_t is the datatype used for final transform coefficients.
44 typedef int32_t tran_low_t; typedef
47 typedef int16_t tran_low_t; typedef
93 static INLINE tran_low_t dct_const_round_shift(tran_high_t input) {
111 return (tran_low_t)rv;
114 typedef void (*transform_1d)(const tran_low_t*, tran_low_t*);
121 typedef void (*high_transform_1d)(const tran_low_t*, tran_low_t*, int bd);
128 void vp9_iwht4x4_add(const tran_low_t *inpu
[all...]

Completed in 45 milliseconds