Searched refs:y_max1 (Results 1 – 1 of 1) sorted by relevance
97 int y_max1 = (y_max[block_id] - thres) > 0 ? (y_max[block_id] - thres) : 0; in block_split_haleq() local100 float t1 = 0.001f * y_max1 + 0.001f; in block_split_haleq()102 float max1_log = log(y_max1 + t1); in block_split_haleq()114 float factor1 = y_max1 / (max1_log - t1_log + 0.001f); in block_split_haleq()