Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dime.c131 WORD16 i2_mv_u_x, i2_mv_u_y; in ime_diamond_search_16x16() local
151 i2_mv_u_y = i2_mvy; in ime_diamond_search_16x16()
194 i2_mv_u_y = i2_mvy; in ime_diamond_search_16x16()
203 i2_mv_u_y = i2_mvy; in ime_diamond_search_16x16()
212 i2_mv_u_y = i2_mvy - 1; in ime_diamond_search_16x16()
221 i2_mv_u_y = i2_mvy + 1; in ime_diamond_search_16x16()
224 if( (i2_mv_u_x == i2_mvx) && (i2_mv_u_y == i2_mvy)) in ime_diamond_search_16x16()
232 i2_mvy = i2_mv_u_y; in ime_diamond_search_16x16()
515 WORD16 i2_mv_u_x, i2_mv_u_y; in ime_sub_pel_motion_estimation_16x16() local
522 i2_mv_u_y = ps_mb_part->s_mv_curr.i2_mvy; in ime_sub_pel_motion_estimation_16x16()
[all …]