Home
last modified time | relevance | path

Searched refs:pintra_pred_top_cb (Results 1 – 3 of 3) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dpred_intra.cpp228 video->pintra_pred_top_cb = video->intra_pred_top_cb + (video->mb_x << 3); in IntraMBPrediction()
237 video->pintra_pred_top_cb = curCb - pitch; in IntraMBPrediction()
1488 uint8 *comp_ref_cb_x = video->pintra_pred_top_cb; in Intra_Chroma_DC()
1658 uint8 *comp_ref_cb_x = video->pintra_pred_top_cb; in Intra_Chroma_Vertical()
1697 comp_ref_x = video->pintra_pred_top_cb; in Intra_Chroma_Plane()
/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h639 uint8 *pintra_pred_top_cb; member
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dintra_est.cpp2131 video->pintra_pred_top_cb = curCb - pitch; in MBIntraSearch()