HomeSort by relevance Sort by last modified time
    Searched defs:base_id (Results 1 - 2 of 2) sorted by null

  /external/webp/src/enc/
token.c 106 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx, 0); local
107 if (!AddToken(tokens, last >= 0, base_id + 0)) {
115 if (!AddToken(tokens, v != 0, base_id + 1)) {
117 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
120 if (!AddToken(tokens, v > 1, base_id + 2)) {
123 if (!AddToken(tokens, v > 4, base_id + 3)) {
124 if (AddToken(tokens, v != 2, base_id + 4))
125 AddToken(tokens, v == 4, base_id + 5);
126 } else if (!AddToken(tokens, v > 10, base_id + 6)) {
127 if (!AddToken(tokens, v > 6, base_id + 7))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h 87 XvPortID base_id; member in struct:__anon13368

Completed in 72 milliseconds