Searched defs:gop_struct (Results  1 – 5 of 5) sorted by relevance
| /external/libaom/test/ | 
| D | ratectrl_qmode_test.cc | 138 void TestGopDisplayOrder(const GopStruct &gop_struct) {  in TestGopDisplayOrder() 152 void TestGopGlobalOrderIdx(const GopStruct &gop_struct,  in TestGopGlobalOrderIdx() 165 void TestGopGlobalCodingIdx(const GopStruct &gop_struct,  in TestGopGlobalCodingIdx() 174 void TestColocatedShowFrame(const GopStruct &gop_struct) {  in TestColocatedShowFrame() 197 void TestLayerDepth(const GopStruct &gop_struct, int max_layer_depth) {  in TestLayerDepth() 215 void TestArfInterval(const GopStruct &gop_struct) {  in TestArfInterval() 251   GopStruct gop_struct =  in TEST_F()  local 270   GopStruct gop_struct =  in TEST_F()  local 289   GopStruct gop_struct =  in TEST_F()  local 591   GopStruct gop_struct;  in TEST_F()  local [all …] 
 | 
| D | ducky_encode_test.cc | 143   for (const auto &gop_struct : gop_list) {  in TEST()  local 156     const aom::GopStruct &gop_struct = gop_list[i];  in TEST()  local
  | 
| /external/libaom/av1/qmode_rc/ | 
| D | ducky_encode.cc | 360                                         const GopStruct &gop_struct,  in DuckyEncodeInfoSetGopStruct() 465 TplGopStats DuckyEncode::ObtainTplStats(const GopStruct gop_struct,  in ObtainTplStats() 562     const aom::GopStruct &gop_struct = gop_list[i];  in ComputeTplStats()  local 623     const aom::GopStruct &gop_struct = gop_list[i];  in EncodeVideo()  local
  | 
| D | ratectrl_qmode.cc | 123 void ConstructGopMultiLayer(GopStruct *gop_struct,  in ConstructGopMultiLayer() 170   GopStruct gop_struct;  in ConstructGop()  local 953 Status ValidateTplStats(const GopStruct &gop_struct,  in ValidateTplStats() 1178     const GopStruct &gop_struct,  in GetRefFrameTableList() 1408     const GopStruct &gop_struct) {  in GetGopEncodeInfoWithNoStats() 1438     const GopStruct &gop_struct,  in GetGopEncodeInfoWithFp() 1446     const GopStruct &gop_struct, const TplGopStats &tpl_gop_stats,  in GetGopEncodeInfoWithTpl() 1522     const GopStruct &gop_struct, const FirstpassInfo &firstpass_info) {  in GetTplPassGopEncodeInfo() 1527     const GopStruct &gop_struct, const TplGopStats &tpl_gop_stats,  in GetGopEncodeInfo()
  | 
| D | ratectrl_qmode_interface.h | 301   const GopStruct *gop_struct;       // Not owned, may not be nullptr.  member
  |