Searched defs:start_code_size (Results 1 – 5 of 5) sorted by relevance
195 const unsigned start_code_size = avctx->codec_id == AV_CODEC_ID_VC1 ? sizeof(start_code) : 0; in commit_bitstream_and_slice_buffer() local
53 uint8_t start_code_size = ps < 0 ? 0 : 4; in count_or_copy() local
284 static const unsigned start_code_size = sizeof(start_code); in commit_bitstream_and_slice_buffer() local
345 static const unsigned start_code_size = sizeof(start_code); in commit_bitstream_and_slice_buffer() local
301 unsigned int start_code_size; member