Searched refs:SM_RESERVED (Results 1 – 11 of 11) sorted by relevance
/third_party/openh264/codec/encoder/core/src/ |
D | svc_enc_slice_segment.cpp | 332 case SM_RESERVED: in GetInitialSliceNum() 562 if (SM_RESERVED != pSliceSeg->uiSliceMode) { in WelsGetNextMbOfSlice() 592 if (SM_RESERVED == pSliceSeg->uiSliceMode) { in WelsGetPrevMbOfSlice()
|
D | encoder_ext.cpp | 528 if (pSpatialLayer->sSliceArgument.uiSliceMode >= SM_RESERVED) { in ParamValidationExt()
|
/third_party/openh264/testbin/ |
D | layer2_vd_rc.cfg | 37 # 4 SM_RESERVED | reserved
|
D | layer2_arbitrary_res.cfg | 37 # 4 SM_RESERVED | reserved
|
D | layer2_vd.cfg | 37 # 4 SM_RESERVED | reserved
|
D | layer2.cfg | 37 # 4 SM_RESERVED | reserved
|
/third_party/ffmpeg/libavcodec/ |
D | libopenh264enc.c | 66 …e), AV_OPT_TYPE_INT, { .i64 = SM_FIXEDSLCNUM_SLICE }, SM_SINGLE_SLICE, SM_RESERVED, VE|DEPRECATED,… 68 …ice_mode), AV_OPT_TYPE_INT, { .i64 = SM_AUTO_SLICE }, SM_SINGLE_SLICE, SM_RESERVED, VE|DEPRECATED,…
|
/third_party/openh264/test/api/ |
D | encode_decode_api_test.h | 32 #define SLICE_MODE_NUM (SM_RESERVED)
|
D | encode_options_test.cpp | 1288 {true, false, true, 2, 4096, 2304, 1, SM_RESERVED, 0, 7.5, 1, ""}, // large picture size, //28 1289 {true, false, true, 2, 2304, 4096, 1, SM_RESERVED, 0, 15.0, 1, ""}, //29 1290 {true, false, true, 2, 3072, 3072, 1, SM_RESERVED, 0, 15.0, 1, ""}, //30 1292 {false, false, true, 2, 1072, 8576, 1, SM_RESERVED, 0, 15.0, 1, ""}, 1348 if (SM_RESERVED == p.eSliceMode) { in TEST_P()
|
/third_party/openh264/codec/api/svc/ |
D | codec_app_def.h | 342 SM_RESERVED = 4 enumerator
|
/third_party/openh264/codec/console/enc/src/ |
D | welsenc.cpp | 649 pDLayer->sSliceArgument.uiSliceMode = SM_RESERVED; in ParseCommandLine()
|