Home
last modified time | relevance | path

Searched refs:num_limit (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/psaux/
Dpsconv.c93 FT_Long num_limit; in PS_Conv_Strtol() local
119 num_limit = 0x7FFFFFFFL / base; in PS_Conv_Strtol()
135 if ( num > num_limit || ( num == num_limit && c > c_limit ) ) in PS_Conv_Strtol()
/external/libgav1/libgav1/src/tile/
Dprediction.cc852 const int num_limit = std::min(uint8_t{4}, k4x4WidthLog2[block.size]); in ObmcPrediction() local
859 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() local
892 for (int i = 0, step; i < num_limit && row4x4 < row4x4_max; in ObmcPrediction()