summaryrefslogtreecommitdiff
path: root/vp9/simple_encode.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-21Add trailing underscore to members of SimpleEncodeangiebird1-8/+8
2019-11-21Rename impl by EncodeImplangiebird1-2/+2
2019-11-21Cosmetic changes of SimpleEncode codeangiebird1-15/+18
2019-11-20Use indicative mood in comments of SimpleEncodeangiebird1-6/+6
2019-11-20Rename pimpl by impl_ptr in SimpleEncodeangiebird1-1/+1
2019-11-20Add namespace vp9angiebird1-1/+5
2019-11-20Add copyright and header guard for simple_encode.hangiebird1-0/+13
2019-11-18Add coding_data_bit_size to EncodeFrameResultangiebird1-1/+2
2019-11-18Pass in infile_path to SimpleEncode()angiebird1-1/+1
2019-11-18Add SimpleEncode::EncodeFrameWithQuantizeIndex()angiebird1-0/+5
2019-11-18Add quantize_index to EncodeFrameResultangiebird1-1/+1
2019-11-18Add psnr and sse to EncodeFrameResultangiebird1-1/+2
2019-11-18Add frame_type and show_idx to EncodeFrameResultangiebird1-2/+2
2019-11-18Add EncodeFrameResultsangiebird1-1/+19
2019-11-18Add SimpleEncode::GetCodingFrameNum()angiebird1-0/+8
2019-11-18Add SimpleEncode::EncodeFrame()angiebird1-0/+3
2019-11-18Add ComputeFirstPassStats()angiebird1-2/+24
2019-11-15Add simple_encode.cc/hangiebird1-0/+13