Searched refs:dither_scan (Results 1 – 3 of 3) sorted by relevance
182 #define DITHER_4444_SCAN(y) const uint8_t* dither_scan = gDitherMatrix_4Bit_4X4[(y) & 3]183 #define DITHER_565_SCAN(y) const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3]185 #define DITHER_VALUE(x) dither_scan[(x) & 3]190 #define DITHER_4444_SCAN(y) const uint16_t dither_scan = gDitherMatrix_4Bit_16[(y) & 3]191 #define DITHER_565_SCAN(y) const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3]193 #define DITHER_VALUE(x) ((dither_scan >> (((x) & 3) << 2)) & 0xF)
883 const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3]; in S32_D565_Opaque_Dither_SSE2() local884 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() local890 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()[all …]
123 const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3]; in S32A_D565_Opaque_Dither_mips_dsp() local235 : [dither_scan]"r"(dither_scan) in S32A_D565_Opaque_Dither_mips_dsp()268 uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3]; in S32_D565_Opaque_Dither_mips_dsp() local275 dither[i] = (dither_scan >> ((x & 3) << 2)) & 0xF; in S32_D565_Opaque_Dither_mips_dsp()384 const uint8_t* dither_scan = gDitherMatrix_3Bit_4X4[(y) & 3]; in S32_D565_Blend_Dither_mips_dsp() local386 const uint16_t dither_scan = gDitherMatrix_3Bit_16[(y) & 3]; in S32_D565_Blend_Dither_mips_dsp() local391 dither[i] = (dither_scan >> ((x & 3) << 2)) & 0xF; in S32_D565_Blend_Dither_mips_dsp()