Home
last modified time | relevance | path

Searched defs:pleft (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/test/decoder/
DDecUT_IntraPrediction.cpp155 uint8_t* pleft = &pPred[-1]; in WelsI4x4LumaPredDDR_ref() local
/third_party/openh264/codec/decoder/core/src/
Dget_intra_predictor.cpp185 uint8_t* pleft = &pPred[-1]; in WelsI4x4LumaPredDDR_c() local
/third_party/python/Objects/
Dunicodeobject.c11874 PyUnicode_AppendAndDel(PyObject **pleft, PyObject *right) in PyUnicode_AppendAndDel()