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

  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 139 unsigned char sb_index; // index of 32x32 block inside the 64x64 block member in struct:macroblock
207 return &x->sb64x32_context[x->sb_index];
209 return &x->sb32x64_context[x->sb_index];
211 return &x->sb32_context[x->sb_index];
213 return &x->sb32x16_context[x->sb_index][x->mb_index];
215 return &x->sb16x32_context[x->sb_index][x->mb_index];
217 return &x->mb_context[x->sb_index][x->mb_index];
219 return &x->sb16x8_context[x->sb_index][x->mb_index][x->b_index];
221 return &x->sb8x16_context[x->sb_index][x->mb_index][x->b_index];
223 return &x->sb8x8_context[x->sb_index][x->mb_index][x->b_index]
    [all...]
vp9_onyx_if.c     [all...]
vp9_encodeframe.c 59 return &x->sb_index;
724 return &x->sb_partitioning[x->sb_index];
726 return &x->mb_partitioning[x->sb_index][x->mb_index];
728 return &x->b_partitioning[x->sb_index][x->mb_index][x->b_index];
    [all...]
vp9_rdopt.c     [all...]

Completed in 28 milliseconds