Home
last modified time | relevance | path

Searched refs:else_if (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp3.c667 #define else_if(n) else if (bits < thresh(n)) body(n) in vp4_get_mb_count() macro
674 else_if(1) in vp4_get_mb_count()
675 else_if(2) in vp4_get_mb_count()
676 else_if(3) in vp4_get_mb_count()
677 else_if(4) in vp4_get_mb_count()
678 else_if(5) in vp4_get_mb_count()
679 else_if(6) in vp4_get_mb_count()
683 #undef else_if in vp4_get_mb_count()