Lines Matching refs:bytes
61 if (comp_max.bytes[0] > ref_max.bytes[0]) in compare_and_replace_if_larger_q7()
63 ref_max.bytes[0] = comp_max.bytes[0]; in compare_and_replace_if_larger_q7()
65 if (comp_max.bytes[1] > ref_max.bytes[1]) in compare_and_replace_if_larger_q7()
67 ref_max.bytes[1] = comp_max.bytes[1]; in compare_and_replace_if_larger_q7()
69 if (comp_max.bytes[2] > ref_max.bytes[2]) in compare_and_replace_if_larger_q7()
71 ref_max.bytes[2] = comp_max.bytes[2]; in compare_and_replace_if_larger_q7()
73 if (comp_max.bytes[3] > ref_max.bytes[3]) in compare_and_replace_if_larger_q7()
75 ref_max.bytes[3] = comp_max.bytes[3]; in compare_and_replace_if_larger_q7()
122 in.bytes[0] = MAX(in.bytes[0], act_min); in clamp_output()
123 in.bytes[0] = MIN(in.bytes[0], act_max); in clamp_output()
124 in.bytes[1] = MAX(in.bytes[1], act_min); in clamp_output()
125 in.bytes[1] = MIN(in.bytes[1], act_max); in clamp_output()
126 in.bytes[2] = MAX(in.bytes[2], act_min); in clamp_output()
127 in.bytes[2] = MIN(in.bytes[2], act_max); in clamp_output()
128 in.bytes[3] = MAX(in.bytes[3], act_min); in clamp_output()
129 in.bytes[3] = MIN(in.bytes[3], act_max); in clamp_output()