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

  /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...]
  /external/chromium_org/ash/shelf/
shelf_view_unittest.cc 372 size_t map_index = 0; local
378 EXPECT_EQ(id_map[map_index].first, id);
379 EXPECT_EQ(id_map[map_index].second, GetButtonByID(id));
380 ++map_index;
382 ASSERT_EQ(map_index, id_map.size());
    [all...]
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 1281 int map_index = Context::FunctionMapIndex(casted_stub()->language_mode(), local
    [all...]
factory.cc 714 int map_index = Context::FunctionMapIndex(function_info->language_mode(), local
716 return Handle<Map>(Map::cast(context->get(map_index)));
    [all...]
mark-compact.cc 2599 int map_index = map_offset + new_number_of_transitions * step; local
    [all...]
  /art/runtime/verifier/
method_verifier.cc 4053 size_t map_index = 0; local
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.h     [all...]
macro-assembler-arm.cc 970 Heap::RootListIndex map_index,
974 LoadRoot(scratch2, map_index);
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h     [all...]
macro-assembler-arm.cc 870 Heap::RootListIndex map_index,
874 LoadRoot(scratch2, map_index);
    [all...]
code-stubs-arm.cc 101 int map_index = (language_mode_ == CLASSIC_MODE) local
109 __ ldr(r2, MemOperand(r2, Context::SlotOffset(map_index)));
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h     [all...]
macro-assembler-mips.cc     [all...]
code-stubs-mips.cc 103 int map_index = (language_mode_ == CLASSIC_MODE) local
111 __ lw(a2, MemOperand(a2, Context::SlotOffset(map_index)));
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 537 int map_index = 0; local
544 fprintf(statsfile, "%10d", cpi->segmentation_map[map_index]);
545 map_index++;
    [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.h     [all...]
macro-assembler-mips.cc     [all...]
  /external/v8/src/
mark-compact.cc 2517 int map_index = map_offset + new_number_of_transitions * step; local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 71 int map_index = (language_mode_ == CLASSIC_MODE) local
79 __ movq(rcx, Operand(rcx, Context::SlotOffset(map_index)));
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 75 int map_index = (language_mode_ == CLASSIC_MODE) local
83 __ mov(ecx, Operand(ecx, Context::SlotOffset(map_index)));
    [all...]

Completed in 1291 milliseconds