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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_direct.c542 int my_col = (mv_col[1]<<y_shift)/2; local
544 int my = (scale * my_col + 128) >> 8;
546 fill_rectangle(&h->mv_cache[1][scan8[i8*4]], 2, 2, 8, pack16to32(mx-mv_col[0],my-my_col), 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c541 int my_col = (mv_col[1]<<y_shift)/2; local
543 int my = (scale * my_col + 128) >> 8;
545 fill_rectangle(&h->mv_cache[1][scan8[i8*4]], 2, 2, 8, pack16to32(mx-mv_col[0],my-my_col), 4);

Completed in 29 milliseconds