Home
last modified time | relevance | path

Searched refs:SubBlock_indx (Results 1 – 5 of 5) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dslice.cpp619 int component, SubBlock_indx, block_x, block_y; in DecodeIntra4x4Mode() local
630 for (SubBlock_indx = 0; SubBlock_indx < 4; SubBlock_indx++) /* sub-partition index */ in DecodeIntra4x4Mode()
708 block_y += (SubBlock_indx & 1) ; in DecodeIntra4x4Mode()
709 block_x += (1 - 2 * (SubBlock_indx & 1)) ; in DecodeIntra4x4Mode()
Dpred_intra.cpp29 int component, SubBlock_indx, temp; in IntraMBPrediction() local
66 for (SubBlock_indx = 0; SubBlock_indx < 4; SubBlock_indx++) in IntraMBPrediction()
86 temp = SubBlock_indx & 1; in IntraMBPrediction()
Davcdec_lib.h48 AVCStatus Intra_4x4(AVCCommonObj *video, int component, int SubBlock_indx, uint8 *comp);
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dslice.cpp925 int component, SubBlock_indx, block_x, block_y; in EncodeIntra4x4Mode() local
937 for (SubBlock_indx = 0; SubBlock_indx < 4; SubBlock_indx++) /* sub-partition index */ in EncodeIntra4x4Mode()
1017 block_y += (SubBlock_indx & 1) ; in EncodeIntra4x4Mode()
1018 block_x += (1 - 2 * (SubBlock_indx & 1)) ; in EncodeIntra4x4Mode()
Dintra_est.cpp2013 int component, SubBlock_indx, temp; in MBIntraSearch() local