Searched defs:max2 (Results 1 – 9 of 9) sorted by relevance
8 var max2: Comparer = (x, y) => { return (x.compareTo(y) > 0) ? x : y }; function
7 var max2: Comparer = (x, y) => { return (x.compareTo(y) > 0) ? x : y }; variable
220 double max2 = log(qmax); in modify_qscale() local
924 float max1 = 0.0, max2 = 0.0; in residue_encode() local
206 ir_expression *max2(operand a, operand b) in max2() function
426 int max1 = 0, max2 = 0; in ix_max() local
1425 const deUint32 max2 = 4; in createQuadsPacked() local
699 const uint8x16_t max2 = vmaxq_u8(a_p1_p0, a_q3_q2); in NeedsFilter2_NEON() local
1457 size_t max = maxof(a->len, b->len), max2 = (max + 1) / 2; in bc_num_k() local