Lines Matching refs:dither_scan
883 const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3]; in S32_D565_Opaque_Dither_SSE2() local
884 dither_value[0] = dither_value[4] = dither_scan[(x) & 3]; in S32_D565_Opaque_Dither_SSE2()
885 dither_value[1] = dither_value[5] = dither_scan[(x + 1) & 3]; in S32_D565_Opaque_Dither_SSE2()
886 dither_value[2] = dither_value[6] = dither_scan[(x + 2) & 3]; in S32_D565_Opaque_Dither_SSE2()
887 dither_value[3] = dither_value[7] = dither_scan[(x + 3) & 3]; in S32_D565_Opaque_Dither_SSE2()
889 const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3]; in S32_D565_Opaque_Dither_SSE2() local
890 dither_value[0] = dither_value[4] = (dither_scan in S32_D565_Opaque_Dither_SSE2()
892 dither_value[1] = dither_value[5] = (dither_scan in S32_D565_Opaque_Dither_SSE2()
894 dither_value[2] = dither_value[6] = (dither_scan in S32_D565_Opaque_Dither_SSE2()
896 dither_value[3] = dither_value[7] = (dither_scan in S32_D565_Opaque_Dither_SSE2()
1016 const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3]; in S32A_D565_Opaque_Dither_SSE2() local
1017 dither_value[0] = dither_value[4] = dither_scan[(x) & 3]; in S32A_D565_Opaque_Dither_SSE2()
1018 dither_value[1] = dither_value[5] = dither_scan[(x + 1) & 3]; in S32A_D565_Opaque_Dither_SSE2()
1019 dither_value[2] = dither_value[6] = dither_scan[(x + 2) & 3]; in S32A_D565_Opaque_Dither_SSE2()
1020 dither_value[3] = dither_value[7] = dither_scan[(x + 3) & 3]; in S32A_D565_Opaque_Dither_SSE2()
1022 const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3]; in S32A_D565_Opaque_Dither_SSE2() local
1023 dither_value[0] = dither_value[4] = (dither_scan in S32A_D565_Opaque_Dither_SSE2()
1025 dither_value[1] = dither_value[5] = (dither_scan in S32A_D565_Opaque_Dither_SSE2()
1027 dither_value[2] = dither_value[6] = (dither_scan in S32A_D565_Opaque_Dither_SSE2()
1029 dither_value[3] = dither_value[7] = (dither_scan in S32A_D565_Opaque_Dither_SSE2()