Home
last modified time | relevance | path

Searched refs:EncodeFrameWithTargetFrameBits (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libvpx/test/
H A Dsimple_encode_test.cc169 TEST_F(SimpleEncodeTest, EncodeFrameWithTargetFrameBits) { in TEST_F() argument
193 simple_encode.EncodeFrameWithTargetFrameBits( in TEST_F()
/aosp_15_r20/external/libvpx/vp9/
H A Dsimple_encode.h501 void EncodeFrameWithTargetFrameBits(EncodeFrameResult *encode_frame_result,
H A Dsimple_encode.cc1252 void SimpleEncode::EncodeFrameWithTargetFrameBits( in EncodeFrameWithTargetFrameBits() function in vp9::SimpleEncode