Searched refs:mb_slice_group_map_type (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvaapi_h264.c261 pic_param->slice_group_map_type = h->pps.mb_slice_group_map_type;
H A Dh264_ps.c512 pps->mb_slice_group_map_type= get_ue_golomb(&s->gb);
514 switch(pps->mb_slice_group_map_type){
H A Ddxva2_h264.c148 pp->slice_group_map_type = h->pps.mb_slice_group_map_type;
H A Dh264.h217 int mb_slice_group_map_type; member in struct:PPS
H A Dh264.c3272 if( h->pps.num_slice_groups > 1 && h->pps.mb_slice_group_map_type >= 3 && h->pps.mb_slice_group_map_type <= 5)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvaapi_h264.c261 pic_param->slice_group_map_type = h->pps.mb_slice_group_map_type;
H A Dh264_ps.c644 pps->mb_slice_group_map_type = get_ue_golomb(&h->gb);
646 switch (pps->mb_slice_group_map_type) {
H A Ddxva2_h264.c151 pp->slice_group_map_type = h->pps.mb_slice_group_map_type;
H A Dh264.h241 int mb_slice_group_map_type; member in struct:PPS

Completed in 73 milliseconds