Searched refs:x_end (Results 1 – 10 of 10) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | hash_motion.c | 189 const int x_end = picture->y_crop_width - width + 1; in av1_generate_block_2x2_hash_value() local 199 for (int x_pos = 0; x_pos < x_end; x_pos++) { in av1_generate_block_2x2_hash_value() 219 for (int x_pos = 0; x_pos < x_end; x_pos++) { in av1_generate_block_2x2_hash_value() 248 const int x_end = picture->y_crop_width - block_size + 1; in av1_generate_block_hash_value() local 259 for (int x_pos = 0; x_pos < x_end; x_pos++) { in av1_generate_block_hash_value() 298 for (int x_pos = 0; x_pos < x_end; x_pos++) { in av1_generate_block_hash_value() 315 const int x_end = pic_width - block_size + 1; in av1_add_to_hash_map_by_row_with_precal_data() local 326 for (int x_pos = 0; x_pos < x_end; x_pos++) { in av1_add_to_hash_map_by_row_with_precal_data()
|
D | rd.c | 946 const double x_end = 16.5; in av1_model_rd_curvfit() local 951 (void)x_end; in av1_model_rd_curvfit() 954 xqr = AOMMIN(xqr, x_end - x_step - epsilon); in av1_model_rd_curvfit()
|
/external/llvm-project/llvm/test/Transforms/PlaceSafepoints/ |
D | libcall.ll | 26 %x_end = phi double [%x_exp, %loop] 27 ret double %x_end
|
/external/webp/src/enc/ |
D | predictor_enc.c | 236 int x_start, int x_end, int y, int max_quantization, int exact, in GetResidual() argument 239 PredictBatch(mode, x_start, y, x_end - x_start, current_row, upper_row, in GetResidual() 244 for (x = x_start; x < x_end; ++x) { in GetResidual() 460 int x_end = x + (1 << bits); in CopyImageWithPrediction() local 461 if (x_end > width) x_end = width; in CopyImageWithPrediction() 463 mode, x, x_end, y, max_quantization, exact, in CopyImageWithPrediction() 465 x = x_end; in CopyImageWithPrediction()
|
/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_area_op_test.cc | 118 int64 x_end = std::ceil(in_x1); in ResizeAreaBaseline() local 125 for (int64 j = x_start; j < x_end; ++j) { in ResizeAreaBaseline()
|
/external/webp/src/dsp/ |
D | lossless.c | 230 int x_end = (x & ~mask) + tile_width; in GENERATE_PREDICTOR_ADD() local 231 if (x_end > width) x_end = width; in GENERATE_PREDICTOR_ADD() 232 pred_func(in + x, out + x - width, x_end - x, out + x); in GENERATE_PREDICTOR_ADD() 233 x = x_end; in GENERATE_PREDICTOR_ADD()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | heap_simulator.cc | 523 int64 x_end = x.end; in GetTemporalBufferIntervalCompare() local 525 x_end = std::max(x_end, buffer_intervals_.at(colocation).end); in GetTemporalBufferIntervalCompare() 533 if (x_end - x.start != y_end - y.start) { in GetTemporalBufferIntervalCompare() 534 return x_end - x.start > y_end - y.start; in GetTemporalBufferIntervalCompare()
|
/external/webp/src/mux/ |
D | anim_encode.c | 722 const int x_end = (rect->x_offset_ + rect->width_) & ~(block_size - 1); in FlattenSimilarBlocks() local 728 for (i = x_start; i < x_end; i += block_size) { in FlattenSimilarBlocks()
|
/external/libhevc/encoder/ |
D | hme_utils.c | 455 S32 x_start, y_start, x_end, y_end, i4_x, i4_y; in hme_map_mvs_to_grid() local 507 x_end = x_start + ps_part_attr->u1_x_count; in hme_map_mvs_to_grid() 513 x_end = (x_end << shift) >> mv_shift; in hme_map_mvs_to_grid() 523 for(i4_x = x_start; i4_x < x_end; i4_x++) in hme_map_mvs_to_grid()
|
/external/libaom/libaom/aom_dsp/ |
D | noise_model.c | 824 int x_end = AOMMIN( in add_block_observations() local 830 for (int x = x_start; x < x_end; ++x) { in add_block_observations()
|