Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dpred_intra.cpp231 video->pintra_pred_top_cr = video->intra_pred_top_cr + (video->mb_x << 3); in IntraMBPrediction()
239 video->pintra_pred_top_cr = curCr - pitch; in IntraMBPrediction()
1490 uint8 *comp_ref_cr_x = video->pintra_pred_top_cr; in Intra_Chroma_DC()
1659 uint8 *comp_ref_cr_x = video->pintra_pred_top_cr; in Intra_Chroma_Vertical()
1722 comp_ref_x = video->pintra_pred_top_cr; in Intra_Chroma_Plane()
/external/opencore/codecs_v2/video/avc_h264/common/include/
Davcint_common.h642 uint8 *pintra_pred_top_cr; member
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dintra_est.cpp2133 video->pintra_pred_top_cr = curCr - pitch; in MBIntraSearch()