]> granicus.if.org Git - libx264/commit
Simplify slicetype_frame_cost
authorFiona Glaser <fiona@x264.com>
Fri, 2 Apr 2010 05:33:42 +0000 (22:33 -0700)
committerFiona Glaser <fiona@x264.com>
Mon, 5 Apr 2010 20:52:56 +0000 (13:52 -0700)
commit3a6946754b5d14914132aae2971c8318078672d2
tree25c04ed15c5789f60cf66aa2d713525505691467
parent68cae61a9f484274594eeb264355f9c364f317c5
Simplify slicetype_frame_cost
Avoid redundant calculations when VBV is on (due to the intra-only call).
Move most of the logic into per-MB code.
encoder/slicetype.c