Searched refs:ff_h261_mtype_map (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh261.h57 extern const int ff_h261_mtype_map[10];
H A Dh261data.c75 const int ff_h261_mtype_map[10] = { variable
H A Dh261dec.c388 av_assert0(h->mtype < FF_ARRAY_ELEMS(ff_h261_mtype_map));
389 h->mtype = ff_h261_mtype_map[h->mtype];
H A Dh261enc.c289 h->mtype = ff_h261_mtype_map[h->mtype];

Completed in 46 milliseconds