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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv34.h109 int weight1, weight2; ///< B frame distance fractions (0.14) used in motion compensation member in struct:RV34DecContext
H A Drv34.c524 int mul = dir ? -r->weight2 : r->weight1;
785 r->weight1,
791 r->weight1,
797 r->weight1,
804 int weighted = !r->rv30 && block_type != RV34_MB_B_BIDIR && r->weight1 != 8192;
824 int weighted = !r->rv30 && r->weight1 != 8192;
1724 r->weight1 = r->weight2 = 8192;
1726 r->weight1 = (dist0 << 14) / refdist;
H A Dh264.c636 int weight1 = 64 - weight0; local
638 height, 5, weight0, weight1, 0);
640 chroma_height, 5, weight0, weight1, 0);
642 chroma_height, 5, weight0, weight1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv34.h109 int weight1, weight2; ///< B frame distance fractions (0.14) used in motion compensation member in struct:RV34DecContext
H A Dh264_mb.c420 int weight1 = 64 - weight0; local
422 height, 5, weight0, weight1, 0);
425 chroma_height, 5, weight0, weight1, 0);
427 chroma_height, 5, weight0, weight1, 0);
H A Drv34.c794 r->weight1,
800 r->weight1,
806 r->weight1,
813 int weighted = !r->rv30 && block_type != RV34_MB_B_BIDIR && r->weight1 != 8192;
833 int weighted = !r->rv30 && r->weight1 != 8192;
1745 r->mv_weight1 = r->mv_weight2 = r->weight1 = r->weight2 = 8192;
1751 r->weight1 = r->mv_weight1;
1755 r->weight1 = r->mv_weight1 >> 9;

Completed in 208 milliseconds