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

1 2

  /external/google-breakpad/src/processor/
module_serializer.cc 58 int map_index = 0; local
59 map_sizes_[map_index++] = files_serializer_.SizeOf(module.files_);
60 map_sizes_[map_index++] = functions_serializer_.SizeOf(module.functions_);
61 map_sizes_[map_index++] = pubsym_serializer_.SizeOf(module.public_symbols_);
63 map_sizes_[map_index++] =
65 map_sizes_[map_index++] = cfi_init_rules_serializer_.SizeOf(
67 map_sizes_[map_index++] = cfi_delta_rules_serializer_.SizeOf(
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 87 int map_index = (mb_row * cm->mb_cols); local
111 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
169 if (cpi->segmentation_map[map_index + mb_col] <= 3)
170 xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[map_index + mb_col];
180 x->active_ptr = cpi->active_map + map_index + mb_col;
215 if (cpi->consec_zero_last[map_index+mb_col] < 255)
216 cpi->consec_zero_last[map_index+mb_col] += 1;
217 if (cpi->consec_zero_last_mvbias[map_index+mb_col] < 255)
218 cpi->consec_zero_last_mvbias[map_index+mb_col] += 1;
220 cpi->consec_zero_last[map_index+mb_col] = 0
    [all...]
encodeframe.c 378 int map_index = (mb_row * cpi->common.mb_cols); local
429 x->mb_activity_ptr = &cpi->mb_activity_map[map_index];
489 if (cpi->segmentation_map[map_index+mb_col] <= 3)
490 xd->mode_info_context->mbmi.segment_id = cpi->segmentation_map[map_index+mb_col];
500 x->active_ptr = cpi->active_map + map_index + mb_col;
535 if (cpi->consec_zero_last[map_index+mb_col] < 255)
536 cpi->consec_zero_last[map_index+mb_col] += 1;
537 if (cpi->consec_zero_last_mvbias[map_index+mb_col] < 255)
538 cpi->consec_zero_last_mvbias[map_index+mb_col] += 1;
540 cpi->consec_zero_last[map_index+mb_col] = 0
    [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...]
  /external/opencv3/modules/imgproc/src/opencl/
remap.cl 202 int map_index = mad24(y, map_step, mad24(x, (int)sizeof(float2), map_offset));
206 map_index += map_step, dst_index += dst_step)
209 __global const float2 * map = (__global const float2 *)(mapptr + map_index);
242 int map_index = mad24(y, map_step, mad24(x, (int)sizeof(short2), map_offset));
246 map_index += map_step, dst_index += dst_step)
249 __global const short2 * map = (__global const short2 *)(mapptr + map_index);
512 int map_index = mad24(y, map_step, mad24(x, (int)sizeof(float2), map_offset));
516 map_index += map_step, dst_index += dst_step)
519 __global const float2 * map = (__global const float2 *)(mapptr + map_index);
canny.cl 481 int map_index = mad24(map_step, y, mad24(x, (int)sizeof(int), map_offset));
489 __global const int * map = (__global const int *)(mapptr + map_index);
493 map_index += map_step;
  /system/extras/simpleperf/
dwarf_unwind.cpp 112 size_t map_index = 0; local
114 backtrace_map_t& bt_map = bt_maps[map_index++];
  /hardware/qcom/gps/msm8960/core/
gps_extended_c.h 77 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon33330
  /hardware/qcom/gps/core/
gps_extended_c.h 118 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon33094
  /hardware/qcom/gps/msm8084/core/
gps_extended_c.h 93 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon33180
  /hardware/qcom/gps/msm8909/core/
gps_extended_c.h 97 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon33273
  /hardware/qcom/gps/msm8994/core/
gps_extended_c.h 118 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon33357
  /hardware/qcom/gps/msm8996/core/
gps_extended_c.h 97 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon33451
  /external/v8/test/cctest/
test-code-stub-assembler.cc     [all...]
  /hardware/qcom/gps/msmcobalt/core/
gps_extended_c.h 111 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon33508
    [all...]
  /external/v8/src/
code-stubs-hydrogen.cc 1946 int map_index = Context::FunctionMapIndex(casted_stub()->language_mode(), local
2266 HValue* map_index = AddUncasted<HAdd>( local
    [all...]
factory.cc 1357 int map_index = local
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc 3385 Heap::RootListIndex map_index = mode == MUTABLE local
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
macro-assembler-arm.h     [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc 3207 Heap::RootListIndex map_index = mode == MUTABLE local
    [all...]
macro-assembler-ppc.h     [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/v8/src/s390/
macro-assembler-s390.cc 3055 Heap::RootListIndex map_index = mode == MUTABLE local
    [all...]

Completed in 1627 milliseconds

1 2