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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h142 unsigned char ab_index; // index of 4x4 block inside the 8x8 block member in struct:macroblock
H A Dvp9_encodeframe.c69 return &x->ab_index;
991 // When ab_index = 0 all sub-blocks are handled, so for ab_index != 0
993 if (x->ab_index != 0) {
1210 // When ab_index = 0 all sub-blocks are handled, so for ab_index != 0
1212 if (x->ab_index > 0)
1623 // When ab_index = 0 all sub-blocks are handled, so for ab_index != 0
1625 if (x->ab_index >
[all...]

Completed in 157 milliseconds