Searched refs:READ_SE_ALLOWED (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth265parser.c | 747 READ_SE_ALLOWED (nr, scaling_list_dc_coef_minus8[matrixId], -7, in gst_h265_parser_parse_scaling_lists() 753 READ_SE_ALLOWED (nr, scaling_list_delta_coef, -128, 127); in gst_h265_parser_parse_scaling_lists() 962 READ_SE_ALLOWED (nr, p->delta_chroma_log2_weight_denom, in gst_h265_slice_parse_pred_weight_table() 975 READ_SE_ALLOWED (nr, p->delta_luma_weight_l0[i], -128, 127); in gst_h265_slice_parse_pred_weight_table() 976 READ_SE_ALLOWED (nr, p->luma_offset_l0[i], -128, 127); in gst_h265_slice_parse_pred_weight_table() 980 READ_SE_ALLOWED (nr, p->delta_chroma_weight_l0[i][j], -128, 127); in gst_h265_slice_parse_pred_weight_table() 981 READ_SE_ALLOWED (nr, p->delta_chroma_offset_l0[i][j], -512, 511); in gst_h265_slice_parse_pred_weight_table() 994 READ_SE_ALLOWED (nr, p->delta_luma_weight_l1[i], -128, 127); in gst_h265_slice_parse_pred_weight_table() 995 READ_SE_ALLOWED (nr, p->luma_offset_l1[i], -128, 127); in gst_h265_slice_parse_pred_weight_table() 999 READ_SE_ALLOWED (nr, p->delta_chroma_weight_l1[i][j], -128, 127); in gst_h265_slice_parse_pred_weight_table() [all …]
|
D | gsth264parser.c | 810 READ_SE_ALLOWED (nr, p->luma_weight_l0[i], -128, 127); in gst_h264_slice_parse_pred_weight_table() 811 READ_SE_ALLOWED (nr, p->luma_offset_l0[i], -128, 127); in gst_h264_slice_parse_pred_weight_table() 820 READ_SE_ALLOWED (nr, p->chroma_weight_l0[i][j], -128, 127); in gst_h264_slice_parse_pred_weight_table() 821 READ_SE_ALLOWED (nr, p->chroma_offset_l0[i][j], -128, 127); in gst_h264_slice_parse_pred_weight_table() 833 READ_SE_ALLOWED (nr, p->luma_weight_l1[i], -128, 127); in gst_h264_slice_parse_pred_weight_table() 834 READ_SE_ALLOWED (nr, p->luma_offset_l1[i], -128, 127); in gst_h264_slice_parse_pred_weight_table() 843 READ_SE_ALLOWED (nr, p->chroma_weight_l1[i][j], -128, 127); in gst_h264_slice_parse_pred_weight_table() 844 READ_SE_ALLOWED (nr, p->chroma_offset_l1[i][j], -128, 127); in gst_h264_slice_parse_pred_weight_table() 2117 READ_SE_ALLOWED (&nr, pps->pic_init_qp_minus26, -(26 + qp_bd_offset), 25); in gst_h264_parse_pps() 2118 READ_SE_ALLOWED (&nr, pps->pic_init_qs_minus26, -26, 25); in gst_h264_parse_pps() [all …]
|
D | nalutils.h | 189 #define READ_SE_ALLOWED(nr, val, min, max) { \ macro
|