Searched refs:list_counts (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mb_template.c67 h->list_counts[mb_xy] = h->list_count;
292 h->list_counts[mb_xy] = h->list_count;
H A Dh264.h486 uint8_t *list_counts; ///< Array of list_count per MB specifying the slice type member in struct:H264Context
H A Dh264.c382 av_freep(&h->list_counts);
451 FF_ALLOCZ_OR_GOTO(h->avctx, h->list_counts,
H A Dh264_slice.c436 dst->list_counts = src->list_counts;
2248 h->list_count = h->list_counts[mb_xy];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h381 uint8_t *list_counts; ///< Array of list_count per MB specifying the slice type member in struct:H264Context
H A Dh264.c855 av_freep(&h->list_counts);
960 FF_ALLOCZ_OR_GOTO(h->s.avctx, h->list_counts, big_mb_num * sizeof(uint8_t), fail)
1003 dst->list_counts = src->list_counts;
1920 h->list_counts[mb_xy]= h->list_count;
2124 h->list_counts[mb_xy]= h->list_count;
3574 h->list_count= h->list_counts[mb_xy];

Completed in 84 milliseconds