Searched refs:num_limit (Results 1 – 2 of 2) sorted by relevance
93 FT_Long num_limit; in PS_Conv_Strtol() local119 num_limit = 0x7FFFFFFFL / base; in PS_Conv_Strtol()135 if ( num > num_limit || ( num == num_limit && c > c_limit ) ) in PS_Conv_Strtol()
852 const int num_limit = std::min(uint8_t{4}, k4x4WidthLog2[block.size]); in ObmcPrediction() local859 for (int i = 0, step; i < num_limit && column4x4 < column4x4_max; in ObmcPrediction()885 const int num_limit = std::min(uint8_t{4}, k4x4HeightLog2[block.size]); in ObmcPrediction() local892 for (int i = 0, step; i < num_limit && row4x4 < row4x4_max; in ObmcPrediction()