/external/libvpx/vp8/common/ |
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, 2, 2, 0};
|
boolcoder.h | 73 typedef const uchar cuchar; typedef in struct:int_types 424 cuchar *const Bstart; // for debugging 425 cuchar *B; 426 cuchar *const Bend; 431 bool_reader(c_spec &s, cuchar *src, size_t Len);
|
/external/libvpx/vp8/common/x86/ |
boolcoder.cxx | 277 bool_reader::bool_reader( c_spec& s, cuchar *src, size_t Len)
|