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

/external/chromium_org/media/filters/
H A Dh264_parser.cc92 #define IN_RANGE_OR_RETURN(val, min, max) \ macro
504 IN_RANGE_OR_RETURN(delta_scale, -128, 127);
647 IN_RANGE_OR_RETURN(cpb_cnt_minus1, 0, 31);
670 IN_RANGE_OR_RETURN(aspect_ratio_idc, 0, max_aspect_ratio_idc);
732 IN_RANGE_OR_RETURN(
907 IN_RANGE_OR_RETURN(pps->pic_init_qp_minus26, -26, 25);
910 IN_RANGE_OR_RETURN(pps->pic_init_qs_minus26, -26, 25);
913 IN_RANGE_OR_RETURN(pps->chroma_qp_index_offset, -12, 12);
1026 IN_RANGE_OR_RETURN(w_facts->luma_weight[i], -128, 127);
1029 IN_RANGE_OR_RETURN(w_fact
[all...]

Completed in 359 milliseconds