Searched refs:nb_words (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dxface.h58 int nb_words; member in struct:__anon3295
H A Dxface.c40 for (i = 0; i < b->nb_words && c; i++) {
45 if (i == b->nb_words && c) {
46 b->nb_words++;
58 if (a == 1 || b->nb_words == 0) {
65 i = --b->nb_words;
75 i = b->nb_words;
86 if (b->words[b->nb_words - 1] == 0)
87 b->nb_words--;
97 if (a == 1 || b->nb_words == 0)
101 i = b->nb_words
[all...]
H A Dxfaceenc.c199 while (b.nb_words) {

Completed in 35 milliseconds