libde265_max 1721 libde265/decctx.cc int NumRpsCurrTempList0 = libde265_max(hdr->num_ref_idx_l0_active, NumPocTotalCurr); libde265_max 1788 libde265/decctx.cc int NumRpsCurrTempList1 = libde265_max(hdr->num_ref_idx_l1_active, NumPocTotalCurr); libde265_max 403 libde265/motion.cc const int shift1_L = libde265_max(2,14-sps->BitDepth_Y); libde265_max 405 libde265/motion.cc const int shift1_C = libde265_max(2,14-sps->BitDepth_C); libde265_max 125 libde265/pps.cc uvlc > libde265_max(0, sps->BitDepth_Y-10)) { libde265_max 134 libde265/pps.cc uvlc > libde265_max(0, sps->BitDepth_C-10)) { libde265_max 329 libde265/sao.cc uint8_t* inputCopy = new uint8_t[ libde265_max(lumaImageSize, chromaImageSize) ]; libde265_max 3570 libde265/slice.cc log2TrafoSizeC = libde265_max(2, log2TrafoSizeC); libde265_max 535 libde265/transform.cc int bdShift = libde265_max( 20 - bit_depth, extended_precision_processing_flag ? 11 : 0 );