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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dvc1.c105 * @param[out] raw_flag pointer to the flag indicating that this bitplane is not coded explicitly
110 static int bitplane_decoding(uint8_t* data, int *raw_flag, VC1Context *v) argument
124 *raw_flag = 0;
129 *raw_flag = 1; //invert ignored
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dvc1.c105 * @param[out] raw_flag pointer to the flag indicating that this bitplane is not coded explicitly
110 static int bitplane_decoding(uint8_t* data, int *raw_flag, VC1Context *v) argument
124 *raw_flag = 0;
129 *raw_flag = 1; //invert ignored
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dvc1.c105 * @param[out] raw_flag pointer to the flag indicating that this bitplane is not coded explicitly
110 static int bitplane_decoding(uint8_t* data, int *raw_flag, VC1Context *v) argument
124 *raw_flag = 0;
129 *raw_flag = 1; //invert ignored

Completed in 136 milliseconds