| 199 | } |
| 200 | |
| 201 | void tIPU_CMD_CSC::log_from_RGB32() const |
| 202 | { |
| 203 | IPU_LOG("PACK (Colorspace conversion from RGB32) command."); |
| 204 | |
| 205 | if (OFM) |
| 206 | IPU_LOG("Output format is RGB16. "); |
| 207 | else |
| 208 | IPU_LOG("Output format is INDX4. "); |
| 209 | |
| 210 | if (DTE) IPU_LOG("Dithering enabled."); |
| 211 | |
| 212 | IPU_LOG("Number of macroblocks to be converted: %d", MBC); |
| 213 | } |
| 214 | |
| 215 | |
| 216 | __fi u32 ipuRead32(u32 mem) |