Home
last modified time | relevance | path

Searched refs:my_col (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_direct.c630 int my_col = (mv_col[1] * (1 << y_shift)) / 2; in pred_temp_direct_motion() local
632 int my = (scale * my_col + 128) >> 8; in pred_temp_direct_motion()
636 pack16to32(mx - mv_col[0], my - my_col), 4); in pred_temp_direct_motion()

Completed in 2 milliseconds