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

/frameworks/av/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 57 milliseconds