Searched refs:b_index (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_block.h141 unsigned char b_index; // index of 8x8 block inside the 16x16 block member in struct:macroblock
217 return &x->sb16x8_context[x->sb_index][x->mb_index][x->b_index];
219 return &x->sb8x16_context[x->sb_index][x->mb_index][x->b_index];
221 return &x->sb8x8_context[x->sb_index][x->mb_index][x->b_index];
223 return &x->sb8x4_context[x->sb_index][x->mb_index][x->b_index];
225 return &x->sb4x8_context[x->sb_index][x->mb_index][x->b_index];
227 return &x->ab4x4_context[x->sb_index][x->mb_index][x->b_index];
H A Dvp9_onyx_if.c1051 for (x->b_index = 0; x->b_index < 16 / num_4x4_blk; ++x->b_index) {
1089 for (x->b_index = 0; x->b_index < 16 / num_4x4_blk; ++x->b_index) {
H A Dvp9_encodeframe.c65 return &x->b_index;
1134 return &x->b_partitioning[x->sb_index][x->mb_index][x->b_index];
2504 for (x->b_index = 0; x->b_index < 16 / num_4x4_blk; ++x->b_index)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c239 unsigned int a_index, b_index; local
242 for (b_index = 0; b_index < b->ReaderCount; b_index++) {
243 struct rc_reader reader_b = b->Readers[b_index];
H A Dradeon_pair_regalloc.c640 unsigned int b_index; local
644 for (a = var_ptr, b = var_ptr->Next, b_index = node_index + 1;
645 b; b = b->Next, b_index++) {
652 node_index, b_index);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c239 unsigned int a_index, b_index; local
242 for (b_index = 0; b_index < b->ReaderCount; b_index++) {
243 struct rc_reader reader_b = b->Readers[b_index];
H A Dradeon_pair_regalloc.c640 unsigned int b_index; local
644 for (a = var_ptr, b = var_ptr->Next, b_index = node_index + 1;
645 b; b = b->Next, b_index++) {
652 node_index, b_index);

Completed in 85 milliseconds