Lines Matching defs:block
98 void ff_wmv2_idct_add_mmi(uint8_t *dest, ptrdiff_t line_size, int16_t *block)
104 wmv2_idct_row_mmi(block + i);
106 wmv2_idct_col_mmi(block + i);
112 MMI_LDC1(%[ftmp1], %[block], 0x00)
113 MMI_LDC1(%[ftmp2], %[block], 0x08)
114 MMI_LDC1(%[ftmp3], %[block], 0x10)
115 MMI_LDC1(%[ftmp4], %[block], 0x18)
116 MMI_LDC1(%[ftmp5], %[block], 0x20)
117 MMI_LDC1(%[ftmp6], %[block], 0x28)
118 MMI_LDC1(%[ftmp7], %[block], 0x30)
119 MMI_LDC1(%[ftmp8], %[block], 0x38)
156 PTR_ADDIU "%[block], %[block], 0x40 \n\t"
160 MMI_LDC1(%[ftmp1], %[block], 0x00)
161 MMI_LDC1(%[ftmp2], %[block], 0x08)
162 MMI_LDC1(%[ftmp3], %[block], 0x10)
163 MMI_LDC1(%[ftmp4], %[block], 0x18)
164 MMI_LDC1(%[ftmp5], %[block], 0x20)
165 MMI_LDC1(%[ftmp6], %[block], 0x28)
166 MMI_LDC1(%[ftmp7], %[block], 0x30)
167 MMI_LDC1(%[ftmp8], %[block], 0x38)
209 [block]"+&r"(block), [dest]"+&r"(dest)
215 void ff_wmv2_idct_put_mmi(uint8_t *dest, ptrdiff_t line_size, int16_t *block)
221 wmv2_idct_row_mmi(block + i);
223 wmv2_idct_col_mmi(block + i);
227 MMI_LDC1(%[ftmp0], %[block], 0x00)
228 MMI_LDC1(%[ftmp1], %[block], 0x08)
229 MMI_LDC1(%[ftmp2], %[block], 0x10)
230 MMI_LDC1(%[ftmp3], %[block], 0x18)
231 MMI_LDC1(%[ftmp4], %[block], 0x20)
232 MMI_LDC1(%[ftmp5], %[block], 0x28)
233 MMI_LDC1(%[ftmp6], %[block], 0x30)
234 MMI_LDC1(%[ftmp7], %[block], 0x38)
247 PTR_ADDIU "%[block], %[block], 0x40 \n\t"
251 MMI_LDC1(%[ftmp0], %[block], 0x00)
252 MMI_LDC1(%[ftmp1], %[block], 0x08)
253 MMI_LDC1(%[ftmp2], %[block], 0x10)
254 MMI_LDC1(%[ftmp3], %[block], 0x18)
255 MMI_LDC1(%[ftmp4], %[block], 0x20)
256 MMI_LDC1(%[ftmp5], %[block], 0x28)
257 MMI_LDC1(%[ftmp6], %[block], 0x30)
258 MMI_LDC1(%[ftmp7], %[block], 0x38)
274 [block]"+&r"(block), [dest]"+&r"(dest)