Home
last modified time | relevance | path

Searched defs:mv_col (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_direct.c451 const int16_t *mv_col = l1mv[x8 * 3 + y8 * 3 * b4_stride]; in pred_spatial_direct_motion() local
464 const int16_t *mv_col = l1mv[x8 * 2 + (i4 & 1) + in pred_spatial_direct_motion() local
630 const int16_t *mv_col = l1mv[x8 * 3 + y8 * b4_stride]; in pred_temp_direct_motion() local
655 const int16_t *mv_col = l1ref0[0] >= 0 ? l1mv0[0] : l1mv1[0]; in pred_temp_direct_motion() local
697 const int16_t *mv_col = l1mv[x8 * 3 + y8 * 3 * b4_stride]; in pred_temp_direct_motion() local
706 const int16_t *mv_col = l1mv[x8 * 2 + (i4 & 1) + in pred_temp_direct_motion() local
Dhevc_mvs.c765 Mv mv_col; in ff_hevc_luma_mv_mvp_mode() local