Lines Matching refs:has_topleft
155 void ff_pred8x8l_top_dc_8_mmi(uint8_t *src, int has_topleft,
176 "bnez %[has_topleft], 1f \n\t"
216 [has_topleft]"r"(has_topleft), [has_topright]"r"(has_topright),
246 void ff_pred8x8l_dc_8_mmi(uint8_t *src, int has_topleft, int has_topright,
254 const int l0 = ((has_topleft ? src[-1+-1*stride] : src[-1+0*stride]) + 2*src[-1+0*stride] + src[-1+1*stride] + 2) >> 2;
283 "bnez %[has_topleft], 1f \n\t"
321 [has_topleft]"r"(has_topleft), [has_topright]"r"(has_topright)
353 void ff_pred8x8l_vertical_8_mmi(uint8_t *src, int has_topleft,
371 "bnez %[has_topleft], 1f \n\t"
408 [has_topleft]"r"(has_topleft), [has_topright]"r"(has_topright)