HomeSort by relevance Sort by last modified time
    Searched refs:map_index (Results 1 - 11 of 11) 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;
220 cpi->segmentation_map[map_index + mb_col] = mbmi->segment_id;
231 cpi->cyclic_refresh_map[map_index + mb_col] = -1;
234 if (cpi->cyclic_refresh_map[map_index + mb_col] == 1)
235 cpi->cyclic_refresh_map[map_index + mb_col] = 0;
238 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;
535 cpi->segmentation_map[map_index+mb_col] = xd->mode_info_context->mbmi.segment_id;
545 cpi->cyclic_refresh_map[map_index+mb_col] = -1;
548 if (cpi->cyclic_refresh_map[map_index+mb_col] == 1)
549 cpi->cyclic_refresh_map[map_index+mb_col] = 0;
552 cpi->cyclic_refresh_map[map_index+mb_col] = 1
    [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/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 253 milliseconds