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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1dec.c1348 int opposit, a_f, b_f, c_f; local
1425 a_f = v->mv_f[dir][xy - wrap + v->blocks_off];
1426 num_oppfield += a_f;
1427 num_samefield += 1 - a_f;
1432 a_f = 0;
1463 if (a_valid && !a_f) {
1478 if (a_valid && a_f) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1dec.c1427 int opposite, a_f, b_f, c_f; local
1504 a_f = v->mv_f[dir][xy - wrap + v->blocks_off];
1505 num_oppfield += a_f;
1506 num_samefield += 1 - a_f;
1511 a_f = 0;
1548 if (a_valid && !a_f) {
1563 if (a_valid && a_f) {

Completed in 44 milliseconds