HomeSort by relevance Sort by last modified time
    Searched refs:SubBlock_indx (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
slice.cpp 924 int component, SubBlock_indx, block_x, block_y;
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)) ;
intra_est.cpp     [all...]

Completed in 47 milliseconds