Searched refs:num_entry_point_offsets (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc.c672 sh->num_entry_point_offsets = 0;
674 sh->num_entry_point_offsets = get_ue_golomb_long(gb);
675 if (sh->num_entry_point_offsets > 0) {
682 sh->entry_point_offset = av_malloc_array(sh->num_entry_point_offsets, sizeof(int));
683 sh->offset = av_malloc_array(sh->num_entry_point_offsets, sizeof(int));
684 sh->size = av_malloc_array(sh->num_entry_point_offsets, sizeof(int));
686 sh->num_entry_point_offsets = 0;
690 for (i = 0; i < sh->num_entry_point_offsets; i++) {
2390 if (!more_data && (x_ctb+ctb_size) < s->sps->width && ctb_row != s->sh.num_entry_point_offsets) {
2416 int *ret = av_malloc_array(s->sh.num_entry_point_offsets
[all...]
H A Dhevc.h615 int num_entry_point_offsets; member in struct:SliceHeader

Completed in 41 milliseconds