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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ethreading.c 89 int map_index = (mb_row * cm->mb_cols); local
113 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
171 if (cpi->segmentation_map[map_index + mb_col] <= 3)
172 xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[map_index + mb_col];
182 x->active_ptr = cpi->active_map + map_index + mb_col;
222 cpi->segmentation_map[map_index + mb_col] = mbmi->segment_id;
233 cpi->cyclic_refresh_map[map_index + mb_col] = -1;
236 if (cpi->cyclic_refresh_map[map_index + mb_col] == 1)
237 cpi->cyclic_refresh_map[map_index + mb_col] = 0;
240 cpi->cyclic_refresh_map[map_index + mb_col] = 1
    [all...]
encodeframe.c 376 int map_index = (mb_row * cpi->common.mb_cols); local
427 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
487 if (cpi->segmentation_map[map_index+mb_col] <= 3)
488 xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[map_index+mb_col];
498 x->active_ptr = cpi->active_map + map_index + mb_col;
536 cpi->segmentation_map[map_index+mb_col] = xd->mode_info_context->mbmi.segment_id;
546 cpi->cyclic_refresh_map[map_index+mb_col] = -1;
549 if (cpi->cyclic_refresh_map[map_index+mb_col] == 1)
550 cpi->cyclic_refresh_map[map_index+mb_col] = 0;
553 cpi->cyclic_refresh_map[map_index+mb_col] = 1
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 89 int map_index = (mb_row * cm->mb_cols); local
113 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
171 if (cpi->segmentation_map[map_index + mb_col] <= 3)
172 xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[map_index + mb_col];
182 x->active_ptr = cpi->active_map + map_index + mb_col;
222 cpi->segmentation_map[map_index + mb_col] = mbmi->segment_id;
233 cpi->cyclic_refresh_map[map_index + mb_col] = -1;
236 if (cpi->cyclic_refresh_map[map_index + mb_col] == 1)
237 cpi->cyclic_refresh_map[map_index + mb_col] = 0;
240 cpi->cyclic_refresh_map[map_index + mb_col] = 1
    [all...]
encodeframe.c 376 int map_index = (mb_row * cpi->common.mb_cols); local
427 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
487 if (cpi->segmentation_map[map_index+mb_col] <= 3)
488 xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[map_index+mb_col];
498 x->active_ptr = cpi->active_map + map_index + mb_col;
536 cpi->segmentation_map[map_index+mb_col] = xd->mode_info_context->mbmi.segment_id;
546 cpi->cyclic_refresh_map[map_index+mb_col] = -1;
549 if (cpi->cyclic_refresh_map[map_index+mb_col] == 1)
550 cpi->cyclic_refresh_map[map_index+mb_col] = 0;
553 cpi->cyclic_refresh_map[map_index+mb_col] = 1
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ethreading.c 89 int map_index = (mb_row * cm->mb_cols); local
113 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
171 if (cpi->segmentation_map[map_index + mb_col] <= 3)
172 xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[map_index + mb_col];
182 x->active_ptr = cpi->active_map + map_index + mb_col;
222 cpi->segmentation_map[map_index + mb_col] = mbmi->segment_id;
233 cpi->cyclic_refresh_map[map_index + mb_col] = -1;
236 if (cpi->cyclic_refresh_map[map_index + mb_col] == 1)
237 cpi->cyclic_refresh_map[map_index + mb_col] = 0;
240 cpi->cyclic_refresh_map[map_index + mb_col] = 1
    [all...]
encodeframe.c 377 int map_index = (mb_row * cpi->common.mb_cols); local
428 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
488 if (cpi->segmentation_map[map_index+mb_col] <= 3)
489 xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[map_index+mb_col];
499 x->active_ptr = cpi->active_map + map_index + mb_col;
537 cpi->segmentation_map[map_index+mb_col] = xd->mode_info_context->mbmi.segment_id;
547 cpi->cyclic_refresh_map[map_index+mb_col] = -1;
550 if (cpi->cyclic_refresh_map[map_index+mb_col] == 1)
551 cpi->cyclic_refresh_map[map_index+mb_col] = 0;
554 cpi->cyclic_refresh_map[map_index+mb_col] = 1
    [all...]
  /art/compiler/dex/
verified_method.cc 143 size_t map_index = 0; local
148 DCHECK_LT(map_index, map.NumEntries());
149 DCHECK_EQ(map.GetDexPc(map_index), i);
150 DCHECK_EQ(map.GetBitMap(map_index), reg_bitmap);
151 map_index++;
  /hardware/qcom/gps/msm8960/core/
gps_extended_c.h 75 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon40982
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 78 // function found in the optimized code map at map_index in js_function, if
79 // the function at map_index matches the given native_context. Builder is
85 HValue* map_index);
1273 int map_index = Context::FunctionMapIndex(casted_stub()->strict_mode(), local
1656 HValue* map_index = AddUncasted<HAdd>(base_index, local
    [all...]
factory.cc 1351 int map_index = Context::FunctionMapIndex(info->strict_mode(), local
    [all...]
mark-compact.cc 2585 int map_index = map_offset + new_number_of_transitions * step; local
    [all...]
  /hardware/qcom/gps/core/
gps_extended_c.h 86 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon40896
  /external/chromium_org/ash/shelf/
shelf_view_unittest.cc 396 size_t map_index = 0; local
402 EXPECT_EQ(id_map[map_index].first, id);
403 EXPECT_EQ(id_map[map_index].second, GetButtonByID(id));
404 ++map_index;
406 ASSERT_EQ(map_index, id_map.size());
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.h     [all...]
macro-assembler-arm.cc     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 374 int map_index = 0; local
381 fprintf(statsfile, "%10d", cpi->segmentation_map[map_index]);
382 map_index++;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 389 int map_index = 0; local
396 fprintf(statsfile, "%10d", cpi->segmentation_map[map_index]);
397 map_index++;
    [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.h     [all...]
macro-assembler-arm64.cc     [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.h     [all...]
macro-assembler-mips.cc     [all...]

Completed in 544 milliseconds