summaryrefslogtreecommitdiff
path: root/vp9/simple_encode.cc
AgeCommit message (Expand)Author
2019-11-25Make GetCodingFrameNum const functionangiebird
2019-11-21Add trailing underscore to members of SimpleEncodeangiebird
2019-11-21Rename impl by EncodeImplangiebird
2019-11-20Fix a bug in free_encoder()angiebird
2019-11-20Use indicative mood in comments of SimpleEncodeangiebird
2019-11-20Rename pimpl by impl_ptr in SimpleEncodeangiebird
2019-11-20Move pimpl to the function body of SimpleEncodeangiebird
2019-11-20Add namespace vp9angiebird
2019-11-20Close the file that SimpleEncode opens in its ctor in its dtor.Angie Chen
2019-11-18Add coding_data_bit_size to EncodeFrameResultangiebird
2019-11-18Pass in infile_path to SimpleEncode()angiebird
2019-11-18Add SimpleEncode::EncodeFrameWithQuantizeIndex()angiebird
2019-11-18Add quantize_index to EncodeFrameResultangiebird
2019-11-18Add psnr and sse to EncodeFrameResultangiebird
2019-11-18Add frame_type and show_idx to EncodeFrameResultangiebird
2019-11-18Add EncodeFrameResultsangiebird
2019-11-18Rename frame_stats by first_pass_statsangiebird
2019-11-18Add SimpleEncode::GetCodingFrameNum()angiebird
2019-11-18Add SimpleEncode::EncodeFrame()angiebird
2019-11-18Add ComputeFirstPassStats()angiebird
2019-11-15Add simple_encode.cc/hangiebird