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

  /external/webp/src/enc/
filter.c 25 static int tables_ok = 0; variable
28 if (!tables_ok) {
43 tables_ok = 1;
  /external/webp/src/dsp/
dec.c 30 static volatile int tables_ok = 0; variable
33 if (!tables_ok) {
48 tables_ok = 1;
enc.c 86 static volatile int tables_ok = 0; variable
89 if (!tables_ok) {
94 tables_ok = 1;

Completed in 257 milliseconds