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

  /external/chromium_org/third_party/libwebp/enc/
token.c 108 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx, 0); local
109 if (!AddToken(tokens, last >= 0, base_id + 0)) {
117 if (!AddToken(tokens, v != 0, base_id + 1)) {
119 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
122 if (!AddToken(tokens, v > 1, base_id + 2)) {
125 if (!AddToken(tokens, v > 4, base_id + 3)) {
126 if (AddToken(tokens, v != 2, base_id + 4))
127 AddToken(tokens, v == 4, base_id + 5);
128 } else if (!AddToken(tokens, v > 10, base_id + 6)) {
129 if (!AddToken(tokens, v > 6, base_id + 7))
    [all...]
  /external/webp/src/enc/
token.c 108 uint32_t base_id = TOKEN_ID(coeff_type, n, ctx, 0); local
109 if (!AddToken(tokens, last >= 0, base_id + 0)) {
117 if (!AddToken(tokens, v != 0, base_id + 1)) {
119 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
122 if (!AddToken(tokens, v > 1, base_id + 2)) {
125 if (!AddToken(tokens, v > 4, base_id + 3)) {
126 if (AddToken(tokens, v != 2, base_id + 4))
127 AddToken(tokens, v == 4, base_id + 5);
128 } else if (!AddToken(tokens, v > 10, base_id + 6)) {
129 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:__anon26802

Completed in 858 milliseconds