Searched refs:cuchar (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vp8/common/ |
D | entropy.c | 22 typedef const uchar cuchar; typedef 29 DECLARE_ALIGNED(16, cuchar, vp8_coef_bands[16]) = { 0, 1, 2, 3, 6, 4, 5, 6, 6, 6, 6, 6, 6, 6, 6, 7}; 30 DECLARE_ALIGNED(16, cuchar, vp8_prev_token_class[MAX_ENTROPY_TOKENS]) = { 0, 1, 2, 2, 2, 2, 2, 2, 2…
|
/external/libvpx/vp8/common/x86/ |
D | boolcoder.cxx | 277 bool_reader::bool_reader( c_spec& s, cuchar *src, size_t Len) in bool_reader()
|