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

  /external/chromium_org/third_party/libwebp/dsp/
dec_clip_tables.c 338 static volatile int tables_ok = 0; variable
350 if (!tables_ok) {
363 tables_ok = 1;
enc.c 69 static volatile int tables_ok = 0; variable
72 if (!tables_ok) {
77 tables_ok = 1;

Completed in 143 milliseconds