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

  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 142 unsigned char ab_index; // index of 4x4 block inside the 8x8 block member in struct:macroblock
vp9_encodeframe.c 71 return &x->ab_index;
612 // When ab_index = 0 all sub-blocks are handled, so for ab_index != 0
614 if (x->ab_index != 0) {
811 // When ab_index = 0 all sub-blocks are handled, so for ab_index != 0
813 if (x->ab_index > 0)
    [all...]

Completed in 25 milliseconds