OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sb_index
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c
30
int
sb_index
;
member in struct:CYCLIC_REFRESH
194
cr->
sb_index
= 0;
266
assert(cr->
sb_index
< sbs_in_frame);
267
i = cr->
sb_index
;
311
} while (block_count && i != cr->
sb_index
);
312
cr->
sb_index
= i;
/external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c
31
int
sb_index
;
member in struct:CYCLIC_REFRESH
194
cr->
sb_index
= 0;
266
assert(cr->
sb_index
< sbs_in_frame);
267
i = cr->
sb_index
;
311
} while (block_count && i != cr->
sb_index
);
312
cr->
sb_index
= i;
vp9_block.h
139
unsigned char
sb_index
; // index of 32x32 block inside the 64x64 block
member in struct:macroblock
205
return &x->sb64x32_context[x->
sb_index
];
207
return &x->sb32x64_context[x->
sb_index
];
209
return &x->sb32_context[x->
sb_index
];
211
return &x->sb32x16_context[x->
sb_index
][x->mb_index];
213
return &x->sb16x32_context[x->
sb_index
][x->mb_index];
215
return &x->mb_context[x->
sb_index
][x->mb_index];
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]
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c
31
int
sb_index
;
member in struct:CYCLIC_REFRESH
194
cr->
sb_index
= 0;
266
assert(cr->
sb_index
< sbs_in_frame);
267
i = cr->
sb_index
;
311
} while (block_count && i != cr->
sb_index
);
312
cr->
sb_index
= i;
vp9_block.h
139
unsigned char
sb_index
; // index of 32x32 block inside the 64x64 block
member in struct:macroblock
205
return &x->sb64x32_context[x->
sb_index
];
207
return &x->sb32x64_context[x->
sb_index
];
209
return &x->sb32_context[x->
sb_index
];
211
return &x->sb32x16_context[x->
sb_index
][x->mb_index];
213
return &x->sb16x32_context[x->
sb_index
][x->mb_index];
215
return &x->mb_context[x->
sb_index
][x->mb_index];
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]
[
all
...]
Completed in 1686 milliseconds