Home | History | Annotate | Download | only in unit_test

Lines Matching refs:Dither

1094   TEST_F(LibYUVConvertTest, FMT_A##To##FMT_B##Dither##N) {                   \
1112 FMT_A##To##FMT_B##Dither(src_argb + OFF, kStrideA, dst_argb_c, kStrideB, \
1116 FMT_A##To##FMT_B##Dither(src_argb + OFF, kStrideA, dst_argb_opt, \
1154 FMT_A##To##FMT_B##Dither(src_argb, kStrideA, dst_argb_c, kStrideB, NULL, \
1157 FMT_A##To##FMT_B##Dither(src_argb, kStrideA, dst_argb_opt, kStrideB, \
1556 // Ordered 4x4 dither for 888 to 565. Values from 0 to 7.
1596 TEST_F(LibYUVConvertTest, FMT_PLANAR##To##FMT_B##Dither##N) { \
1617 FMT_PLANAR##To##FMT_B##Dither(src_y + OFF, kWidth, src_u + OFF, kStrideUV, \
1622 FMT_PLANAR##To##FMT_B##Dither( \