Searched refs:SubBlock_indx (Results 1 – 5 of 5) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | slice.cpp | 619 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()
|
D | pred_intra.cpp | 29 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()
|
D | avcdec_lib.h | 48 AVCStatus Intra_4x4(AVCCommonObj *video, int component, int SubBlock_indx, uint8 *comp);
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
D | slice.cpp | 925 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()
|
D | intra_est.cpp | 2013 int component, SubBlock_indx, temp; in MBIntraSearch() local
|