libde265_min      253 libde265/deblock.cc   xEnd = libde265_min(xEnd,img->get_deblk_width());
libde265_min      254 libde265/deblock.cc   yEnd = libde265_min(yEnd,img->get_deblk_height());
libde265_min      419 libde265/deblock.cc   xEnd = libde265_min(xEnd,img->get_deblk_width());
libde265_min      420 libde265/deblock.cc   yEnd = libde265_min(yEnd,img->get_deblk_height());
libde265_min      749 libde265/deblock.cc   xEnd = libde265_min(xEnd,img->get_deblk_width());
libde265_min      750 libde265/deblock.cc   yEnd = libde265_min(yEnd,img->get_deblk_height());
libde265_min      818 libde265/deblock.cc             QP_C = libde265_min(qP_i, 51);
libde265_min     1026 libde265/encoder/encoder-syntax.cc       int lastGreater1Coefficient = libde265_min(8,nCoefficients);
libde265_min      829 libde265/intrapred.cc     int minDistVerHor = libde265_min( abs_value((int)intraPredMode-26),
libde265_min     1033 libde265/motion.cc     numRefIdx = libde265_min(shdr->num_ref_idx_l0_active,
libde265_min     1578 libde265/slice.cc   int cMax = (1<<(libde265_min(bitDepth,10)-5))-1;
libde265_min     3243 libde265/slice.cc       int lastGreater1Coefficient = libde265_min(8,nCoefficients);
libde265_min      581 libde265/sps.cc   if (Log2MaxTrafoSize > libde265_min(Log2CtbSizeY,5)) {
libde265_min      536 libde265/transform.cc       int tsShift = (extended_precision_processing_flag ? libde265_min( 5, bdShift - 2 ) : 5 )