Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvc1_mc.c116 int opp_count = popcount4[idx]; in get_luma_mv() local
118 switch (opp_count) { in get_luma_mv()
137 return opp_count; in get_luma_mv()
505 int opp_count = get_luma_mv(v, 0, in ff_vc1_mc_4mv_luma() local
508 int k, f = opp_count > 2; in ff_vc1_mc_4mv_luma()
664 int opp_count = get_luma_mv(v, dir, &tx, &ty); in ff_vc1_mc_4mv_chroma() local
665 chroma_ref_type = v->cur_field_type ^ (opp_count > 2); in ff_vc1_mc_4mv_chroma()

Completed in 3 milliseconds