Home
last modified time | relevance | path

Searched defs:iPartWidth (Results 1 – 4 of 4) sorted by relevance

/third_party/openh264/test/decoder/
DDecUT_PredMv.cpp26 int32_t iPartWidth; member
32 int32_t iPartIdx, int32_t iPartWidth, int8_t iRef, int16_t iMVP[2]) { in AnchorPredMv()
126 int32_t iPartWidth; member
/third_party/openh264/codec/decoder/core/inc/
Dwels_common_basis.h238 int8_t iPartWidth; //based on 4*4 block member
/third_party/openh264/codec/decoder/core/src/
Dmv_pred.cpp707 int32_t listIdx, int32_t iPartIdx, int32_t iPartWidth, int8_t iRef, int16_t iMVP[2]) { in PredMv()
Dparse_mb_syn_cavlc.cpp1209 int32_t iRefIdx[4] = {0}, iSubPartCount[4], iPartWidth[4]; in ParseInterInfo() local