Home | History | Annotate | Download | only in test

Lines Matching refs:c_mult_int

41                               std::int32_t c_offset, std::int32_t c_mult_int,
97 (((total + c_offset) * c_mult_int) + kRoundingTerm) >> c_shift;
769 int c_mult_int[] = {2741, 2741};
777 const OffsetColMap result_mult_int(c_mult_int, m);
962 int c_mult_int[] = {
974 const OffsetColMap result_mult_int(c_mult_int, m);
1075 std::vector<std::int32_t> c_mult_int(m);
1077 c_mult_int[i] = c_mult_int_terse[i / 16];
1087 const OffsetColMap result_mult_int(&c_mult_int[0], m);
1180 test_data::c_mult_int, test_data::c_shift, test_data::m, BitDepth);