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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibschroedingerenc.c274 int parse_code; local
305 parse_code = enc_buf->data[4];
328 if (!SCHRO_PARSE_CODE_IS_PICTURE(parse_code)) {
338 if (SCHRO_PARSE_CODE_IS_INTRA(parse_code) &&
339 SCHRO_PARSE_CODE_IS_REFERENCE(parse_code))
H A Ddiracdec.c1811 int ret, i, parse_code = buf[4]; local
1819 if (parse_code == pc_seq_header) {
1833 } else if (parse_code == pc_eos) { /* [DIRAC_STD] End of Sequence */
1836 } else if (parse_code == pc_aux_data) {
1845 } else if (parse_code & 0x8) { /* picture data unit */
1863 tmp = parse_code & 0x03; /* [DIRAC_STD] num_refs() */
1869 s->is_arith = (parse_code & 0x48) == 0x08; /* [DIRAC_STD] using_ac() */
1870 s->low_delay = (parse_code & 0x88) == 0x88; /* [DIRAC_STD] is_low_delay() */
1871 pic->avframe->reference = (parse_code & 0x0C) == 0x0C; /* [DIRAC_STD] is_reference() */
1875 if ((ret = get_buffer_with_edge(avctx, pic->avframe, (parse_code
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibschroedingerenc.c276 int parse_code; local
306 parse_code = enc_buf->data[4];
325 if (!SCHRO_PARSE_CODE_IS_PICTURE(parse_code)) {
335 if (SCHRO_PARSE_CODE_IS_INTRA(parse_code) &&
336 SCHRO_PARSE_CODE_IS_REFERENCE(parse_code))

Completed in 80 milliseconds