Home
last modified time | relevance | path

Searched refs:i4_horz_match (Results 1 – 1 of 1) sorted by relevance

/external/libavc/decoder/svc/
Disvcd_mode_mv_resamp.c1820 WORD32 i4_8x8_match, i4_horz_match, i4_vert_match; in isvcd_interlyr_motion_submbmode_pred() local
1827 i4_8x8_match = i4_horz_match = i4_vert_match = SVCD_TRUE; in isvcd_interlyr_motion_submbmode_pred()
1849 i4_horz_match = i4_horz_match && i4_horz1_match && i4_horz2_match; in isvcd_interlyr_motion_submbmode_pred()
1886 else if(SVCD_TRUE == i4_horz_match) in isvcd_interlyr_motion_submbmode_pred()
2282 WORD32 i4_horz_match, i4_vert_match; in isvcd_interlyr_mbmode_pred() local
2285 i4_horz_match = isvcd_check_motion(ps_motion_pred, (ps_motion_pred + 2), i4_listx); in isvcd_interlyr_mbmode_pred()
2286 i4_horz_match += isvcd_check_motion((ps_motion_pred + 8), (ps_motion_pred + 10), i4_listx); in isvcd_interlyr_mbmode_pred()
2293 if((2 == i4_horz_match) && (2 == i4_vert_match)) in isvcd_interlyr_mbmode_pred()
2308 else if(2 == i4_horz_match) in isvcd_interlyr_mbmode_pred()
2786 WORD32 i4_horz_match, i4_vert_match; in isvcd_interlyr_motion_mode_pred_dyadic() local
[all …]