OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seg_map_index
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vp8/encoder/
ethreading.c
118
int
seg_map_index
= (mb_row * cm->mb_cols);
local
158
if (cpi->segmentation_map[
seg_map_index
+ mb_col] <= 3)
159
xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[
seg_map_index
+ mb_col];
168
x->active_ptr = cpi->active_map +
seg_map_index
+ mb_col;
206
cpi->segmentation_map[
seg_map_index
+ mb_col] = mbmi->segment_id;
212
cpi->cyclic_refresh_map[
seg_map_index
+ mb_col] = -1;
215
if (cpi->cyclic_refresh_map[
seg_map_index
+ mb_col] == 1)
216
cpi->cyclic_refresh_map[
seg_map_index
+ mb_col] = 0;
219
cpi->cyclic_refresh_map[
seg_map_index
+ mb_col] = 1;
encodeframe.c
481
int
seg_map_index
= (mb_row * cpi->common.mb_cols);
local
561
if (cpi->segmentation_map[
seg_map_index
+mb_col] <= 3)
562
xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[
seg_map_index
+mb_col];
571
x->active_ptr = cpi->active_map +
seg_map_index
+ mb_col;
608
cpi->segmentation_map[
seg_map_index
+mb_col] = xd->mode_info_context->mbmi.segment_id;
614
cpi->cyclic_refresh_map[
seg_map_index
+mb_col] = -1;
617
if (cpi->cyclic_refresh_map[
seg_map_index
+mb_col] == 1)
618
cpi->cyclic_refresh_map[
seg_map_index
+mb_col] = 0;
621
cpi->cyclic_refresh_map[
seg_map_index
+mb_col] = 1;
[
all
...]
Completed in 50 milliseconds