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

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

Completed in 89 milliseconds