Searched refs:CXM_MACROBLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
1267 / (macroblocks_per_line * CXM_MACROBLOCK_SIZE); in cxm_encoder_fixup_byte_order()1271 + i * macroblocks_per_line * CXM_MACROBLOCK_SIZE in cxm_encoder_fixup_byte_order()1430 #if CXM_MACROBLOCK_SIZE % 256 in cxm_encoder_dma_request()1431 # error CXM_MACROBLOCK_SIZE not a multiple of 256 in cxm_encoder_dma_request()1437 / (macroblocks_per_line * CXM_MACROBLOCK_SIZE); in cxm_encoder_dma_request()1439 * macroblocks_per_line * CXM_MACROBLOCK_SIZE; in cxm_encoder_dma_request()
435 #define CXM_MACROBLOCK_SIZE (CXM_MACROBLOCK_HEIGHT * CXM_MACROBLOCK_WIDTH) macro