Home | History | Annotate | Download | only in omx

Lines Matching refs:slice_type

530                                       enum pipe_h264_slice_type slice_type)
534 if (slice_type != 2 && slice_type != 4) {
550 if (slice_type == 1) {
568 struct pipe_h264_sps *sps, enum pipe_h264_slice_type slice_type)
601 if (slice_type == 1) {
666 enum pipe_h264_slice_type slice_type;
680 slice_type = vl_rbsp_ue(rbsp) % 5;
888 if (slice_type == PIPE_H264_SLICE_TYPE_B)
895 if (slice_type == PIPE_H264_SLICE_TYPE_P ||
896 slice_type == PIPE_H264_SLICE_TYPE_SP ||
897 slice_type == PIPE_H264_SLICE_TYPE_B) {
903 if (slice_type == PIPE_H264_SLICE_TYPE_B)
911 ref_pic_list_modification(priv, rbsp, slice_type);
913 if ((pps->weighted_pred_flag && (slice_type == PIPE_H264_SLICE_TYPE_P || slice_type == PIPE_H264_SLICE_TYPE_SP)) ||
914 (pps->weighted_bipred_idc == 1 && slice_type == PIPE_H264_SLICE_TYPE_B))
915 pred_weight_table(priv, rbsp, sps, slice_type);
920 if (pps->entropy_coding_mode_flag && slice_type != PIPE_H264_SLICE_TYPE_I && slice_type != PIPE_H264_SLICE_TYPE_SI)
927 if (slice_type == PIPE_H264_SLICE_TYPE_SP || slice_type == PIPE_H264_SLICE_TYPE_SI) {
928 if (slice_type == PIPE_H264_SLICE_TYPE_SP)