Searched refs:tables_ok (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_clip_tables.c338 static volatile int tables_ok = 0; variable
350 if (!tables_ok) {
363 tables_ok = 1;
H A Denc.c69 static volatile int tables_ok = 0; variable
72 if (!tables_ok) {
77 tables_ok = 1;
/external/webp/src/dsp/
H A Ddec_clip_tables.c338 static volatile int tables_ok = 0; variable
350 if (!tables_ok) {
363 tables_ok = 1;
H A Denc.c69 static volatile int tables_ok = 0; variable
72 if (!tables_ok) {
77 tables_ok = 1;

Completed in 316 milliseconds