Searched refs:slice_type (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_dec_h264_common.c492 enum pipe_h264_slice_type slice_type)
496 if (slice_type != 2 && slice_type != 4) {
512 if (slice_type == 1) {
530 struct pipe_h264_sps *sps, enum pipe_h264_slice_type slice_type)
563 if (slice_type == 1) {
628 enum pipe_h264_slice_type slice_type; local in function:slice_header
642 slice_type = vl_rbsp_ue(rbsp) % 5;
858 if (slice_type == PIPE_H264_SLICE_TYPE_B)
865 if (slice_type
491 ref_pic_list_modification(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,enum pipe_h264_slice_type slice_type) argument
529 pred_weight_table(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,struct pipe_h264_sps * sps,enum pipe_h264_slice_type slice_type) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.c492 enum pipe_h264_slice_type slice_type)
496 if (slice_type != 2 && slice_type != 4) {
512 if (slice_type == 1) {
530 struct pipe_h264_sps *sps, enum pipe_h264_slice_type slice_type)
563 if (slice_type == 1) {
628 enum pipe_h264_slice_type slice_type; local in function:slice_header
642 slice_type = vl_rbsp_ue(rbsp) % 5;
858 if (slice_type == PIPE_H264_SLICE_TYPE_B)
865 if (slice_type
491 ref_pic_list_modification(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,enum pipe_h264_slice_type slice_type) argument
529 pred_weight_table(vid_dec_PrivateType * priv,struct vl_rbsp * rbsp,struct pipe_h264_sps * sps,enum pipe_h264_slice_type slice_type) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dpicture_h264_enc.c89 if (h264->RefPicList1[i].picture_id != VA_INVALID_ID && h264->slice_type == 1) {
96 if (h264->slice_type == 1)
98 else if (h264->slice_type == 0)
100 else if (h264->slice_type == 2) {
H A Dpicture_hevc_enc.c98 if (h265->ref_pic_list1[i].picture_id != VA_INVALID_ID && h265->slice_type == 1) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture_h264_enc.c89 if (h264->RefPicList1[i].picture_id != VA_INVALID_ID && h264->slice_type == 1) {
96 if (h264->slice_type == 1)
98 else if (h264->slice_type == 0)
100 else if (h264->slice_type == 2) {
H A Dpicture_hevc_enc.c107 if (h265->ref_pic_list1[i].picture_id != VA_INVALID_ID && h265->slice_type == 1) {
/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dvcn_tests.c156 uint32_t slice_type; member in struct:h264_decode_t
1144 dec->slice_type = ((temp > 5) ? (temp - 5) : temp);
1248 (dec.slice_type == gSliceType))

Completed in 9 milliseconds