Lines Matching defs:hmode
314 ptrdiff_t stride, int hmode, int vmode,
325 int shift = (shift_value[hmode] + shift_value[vmode]) >> 1;
407 cnst_para0 = __msa_fill_h(para_value[hmode - 1][0]);
408 cnst_para1 = __msa_fill_h(para_value[hmode - 1][1]);
409 cnst_para2 = __msa_fill_h(para_value[hmode - 1][2]);
410 cnst_para3 = __msa_fill_h(para_value[hmode - 1][3]);
433 #define PUT_VC1_MSPEL_MC_MSA(hmode, vmode) \
434 void ff_put_vc1_mspel_mc ## hmode ## vmode ## _msa(uint8_t *dst, \
438 put_vc1_mspel_mc_h_v_msa(dst, src, stride, hmode, vmode, rnd); \
440 void ff_put_vc1_mspel_mc ## hmode ## vmode ## _16_msa(uint8_t *dst, \
444 put_vc1_mspel_mc_h_v_msa(dst, src, stride, hmode, vmode, rnd); \
445 put_vc1_mspel_mc_h_v_msa(dst + 8, src + 8, stride, hmode, vmode, rnd); \
447 put_vc1_mspel_mc_h_v_msa(dst, src, stride, hmode, vmode, rnd); \
448 put_vc1_mspel_mc_h_v_msa(dst + 8, src + 8, stride, hmode, vmode, rnd); \