Home
last modified time | relevance | path

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

/third_party/openh264/test/encoder/
DEncUT_GetIntraPredictor.cpp77 const uint8_t kuiT4 = pRef[4 - kiStride]; in TEST() local
207 const uint8_t kuiT4 = pRef[4 - kiStride]; in TEST() local
/third_party/openh264/test/decoder/
DDecUT_IntraPrediction.cpp104 const uint8_t kuiT4 = * (ptop + 4); in WelsI4x4LumaPredDDL_ref() local
200 const uint8_t kuiT4 = * (ptopleft + 5); in WelsI4x4LumaPredVL_ref() local
/third_party/openh264/codec/encoder/core/src/
Dget_intra_predictor.cpp140 const uint8_t kuiT4 = pRef[4 - kiStride]; in WelsI4x4LumaPredDDL_c() local
234 const uint8_t kuiT4 = pRef[4 - kiStride]; in WelsI4x4LumaPredVL_c() local
/third_party/openh264/codec/decoder/core/src/
Dget_intra_predictor.cpp134 const uint8_t kuiT4 = * (ptop + 4); in WelsI4x4LumaPredDDL_c() local
230 const uint8_t kuiT4 = * (ptopleft + 5); in WelsI4x4LumaPredVL_c() local