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

  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
slice.cpp 620 int component, SubBlock_indx, block_x, block_y;
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)) ;
pred_intra.cpp 28 int component, SubBlock_indx, temp;
65 for (SubBlock_indx = 0; SubBlock_indx < 4; SubBlock_indx++)
85 temp = SubBlock_indx & 1;
    [all...]
  /frameworks/base/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 1608 milliseconds