Searched refs:scantable_type (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dproresdec.c52 int scantable_type; ///< -1 = uninitialized, 0 = progressive, 1/2 = interlaced member in struct:__anon1962
116 ctx->scantable_type = -1; // set scantable type to uninitialized
176 if (ctx->scantable_type != ctx->frame_type) {
183 ctx->scantable_type = ctx->frame_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresdec_lgpl.c58 int scantable_type; ///< -1 = uninitialized, 0 = progressive, 1/2 = interlaced member in struct:__anon3200
91 ctx->scantable_type = -1; // set scantable type to uninitialized
160 if (ctx->scantable_type != ctx->frame_type) {
167 ctx->scantable_type = ctx->frame_type;

Completed in 102 milliseconds