Searched refs:raw_flag (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 Dvc1.c111 * @param[out] raw_flag pointer to the flag indicating that this bitplane is not coded explicitly
116 static int bitplane_decoding(uint8_t* data, int *raw_flag, VC1Context *v) argument
130 *raw_flag = 0;
134 *raw_flag = 1; //invert ignored
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.c96 * @param[out] raw_flag pointer to the flag indicating that this bitplane is not coded explicitly
101 static int bitplane_decoding(uint8_t* data, int *raw_flag, VC1Context *v) argument
115 *raw_flag = 0;
119 *raw_flag = 1; //invert ignored

Completed in 33 milliseconds