Searched defs:is_ivf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Divfdec.c42 int is_ivf = 0; local
46 is_ivf = 1;
63 if (!is_ivf) {
69 return is_ivf;
/external/libvpx/libvpx/
H A Divfdec.c42 int is_ivf = 0; local
46 is_ivf = 1;
63 if (!is_ivf) {
69 return is_ivf;

Completed in 109 milliseconds