Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_GetIntraPredictor.cpp78 const uint8_t kuiT5 = pRef[5 - kiStride]; in TEST() local
208 const uint8_t kuiT5 = pRef[5 - kiStride]; in TEST() local
/third_party/openh264/test/decoder/
DDecUT_IntraPrediction.cpp105 const uint8_t kuiT5 = * (ptop + 5); in WelsI4x4LumaPredDDL_ref() local
201 const uint8_t kuiT5 = * (ptopleft + 6); in WelsI4x4LumaPredVL_ref() local
/third_party/openh264/codec/encoder/core/src/
Dget_intra_predictor.cpp141 const uint8_t kuiT5 = pRef[5 - kiStride]; in WelsI4x4LumaPredDDL_c() local
235 const uint8_t kuiT5 = pRef[5 - kiStride]; in WelsI4x4LumaPredVL_c() local
/third_party/openh264/codec/decoder/core/src/
Dget_intra_predictor.cpp135 const uint8_t kuiT5 = * (ptop + 5); in WelsI4x4LumaPredDDL_c() local
231 const uint8_t kuiT5 = * (ptopleft + 6); in WelsI4x4LumaPredVL_c() local