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 26 static int tables_ok = 0; variable
29 if (!tables_ok) {
44 tables_ok = 1;
dsp.c 74 static volatile int tables_ok = 0; variable
77 if (!tables_ok) {
82 tables_ok = 1;
  /external/webp/src/dec/
dsp.c 29 static volatile int tables_ok = 0; variable
32 if (!tables_ok) {
47 tables_ok = 1;

Completed in 308 milliseconds