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

/frameworks/base/media/libstagefright/codecs/avc/dec/src/
H A Dslice.cpp620 int component, SubBlock_indx, block_x, block_y; local
631 for (SubBlock_indx = 0; SubBlock_indx < 4; SubBlock_indx++) /* sub-partition index */
709 block_y += (SubBlock_indx & 1) ;
710 block_x += (1 - 2 * (SubBlock_indx & 1)) ;
H A Dpred_intra.cpp28 int component, SubBlock_indx, temp; local
65 for (SubBlock_indx = 0; SubBlock_indx < 4; SubBlock_indx++)
85 temp = SubBlock_indx & 1;
H A Davcdec_lib.h48 AVCStatus Intra_4x4(AVCCommonObj *video, int component, int SubBlock_indx, uint8 *comp);
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dslice.cpp924 int component, SubBlock_indx, block_x, block_y; local
936 for (SubBlock_indx = 0; SubBlock_indx < 4; SubBlock_indx++) /* sub-partition index */
1016 block_y += (SubBlock_indx & 1) ;
1017 block_x += (1 - 2 * (SubBlock_indx & 1)) ;
H A Dintra_est.cpp2012 int component, SubBlock_indx, temp; local

Completed in 243 milliseconds