/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++];
|
/external/v8/src/ |
code-stubs-hydrogen.cc | 97 // function found in the optimized code map at map_index in js_function, if 98 // the function at map_index matches the given native_context. Builder is 104 HValue* map_index); 2054 int map_index = Context::FunctionMapIndex(casted_stub()->language_mode(), local 2367 HValue* map_index = AddUncasted<HAdd>( local [all...] |
factory.cc | 1340 int map_index = local [all...] |
/hardware/qcom/gps/msm8084/core/ |
gps_extended_c.h | 93 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon32869
|
/hardware/qcom/gps/msm8960/core/ |
gps_extended_c.h | 77 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon33019
|
/hardware/qcom/gps/core/ |
gps_extended_c.h | 118 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon32783
|
/hardware/qcom/gps/msm8909/core/ |
gps_extended_c.h | 97 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon32962
|
/hardware/qcom/gps/msm8994/core/ |
gps_extended_c.h | 118 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon33046
|
/hardware/qcom/gps/msm8996/core/ |
gps_extended_c.h | 97 unsigned char map_index[GPS_LOCATION_MAP_INDEX_SIZE]; member in struct:__anon33139
|
/external/v8/src/arm/ |
macro-assembler-arm.cc | [all...] |
macro-assembler-arm.h | [all...] |
/external/v8/src/ppc/ |
macro-assembler-ppc.cc | 946 Heap::RootListIndex map_index, 949 LoadRoot(scratch2, map_index); 2747 Heap::RootListIndex map_index = mode == MUTABLE local [all...] |
/external/v8/src/arm64/ |
macro-assembler-arm64.cc | 3220 Heap::RootListIndex map_index = mode == MUTABLE local [all...] |
/external/opencv3/modules/imgproc/ |
opencl_kernels_imgproc.cpp | 764 "int map_index = mad24(map_step, y, mad24(x, (int)sizeof(int), map_offset));\n" 771 "__global const int * map = (__global const int *)(mapptr + map_index);\n" 774 "map_index += map_step;\n" [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/mips/ |
macro-assembler-mips.cc | 3578 Heap::RootListIndex map_index = mode == MUTABLE local [all...] |
macro-assembler-mips.h | [all...] |
/external/v8/src/mips64/ |
macro-assembler-mips64.cc | [all...] |