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

  /external/opencv3/3rdparty/libwebp/enc/
filter.c 27 static int tables_ok = 0; variable
30 if (!tables_ok) {
45 tables_ok = 1;
  /external/opencv3/3rdparty/libwebp/dsp/
dec.c 32 static volatile int tables_ok = 0; variable
35 if (!tables_ok) {
50 tables_ok = 1;
enc.c 71 static volatile int tables_ok = 0; variable
74 if (!tables_ok) {
79 tables_ok = 1;
  /external/webp/src/dsp/
enc.c 87 static volatile int tables_ok = 0; variable
90 if (!tables_ok) {
95 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 87 milliseconds