/external/libaom/libaom/av1/encoder/ |
D | temporal_filter.c | 271 int idx = 0, idy; in av1_apply_temporal_filter_c() local 299 for (idy = -1; idy <= 1; ++idy) { in av1_apply_temporal_filter_c() 301 const int row = (int)i + idy; in av1_apply_temporal_filter_c() 337 for (idy = -1; idy <= 1; ++idy) { in av1_apply_temporal_filter_c() 339 const int row = uv_r + idy; in av1_apply_temporal_filter_c() 353 for (idy = 0; idy < 1 + ss_y; ++idy) { in av1_apply_temporal_filter_c() 355 const int row = (uv_r << ss_y) + idy; in av1_apply_temporal_filter_c() 419 int idx = 0, idy; in av1_highbd_apply_temporal_filter_c() local 447 for (idy = -1; idy <= 1; ++idy) { in av1_highbd_apply_temporal_filter_c() 449 const int row = (int)i + idy; in av1_highbd_apply_temporal_filter_c() [all …]
|
D | tpl_model.c | 320 int idx, idy; in tpl_model_update_b() local 322 for (idy = 0; idy < mi_height; ++idy) { in tpl_model_update_b() 325 &ref_stats[(ref_mi_row + idy) * ref_tpl_frame->stride + in tpl_model_update_b() 338 int idx, idy; in tpl_model_update() local 342 for (idy = 0; idy < mi_height; ++idy) { in tpl_model_update() 345 &tpl_stats[(mi_row + idy) * tpl_frame->stride + (mi_col + idx)]; in tpl_model_update() 346 tpl_model_update_b(tpl_frame, tpl_ptr, mi_row + idy, mi_col + idx, in tpl_model_update() 357 int idx, idy; in tpl_model_store() local 367 for (idy = 0; idy < mi_height; ++idy) { in tpl_model_store() 368 tpl_ptr = &tpl_stats[(mi_row + idy) * stride + mi_col]; in tpl_model_store()
|
D | rdopt.h | 51 int idx, idy; in av1_update_txb_coeff_cost() local 52 for (idy = 0; idy < txb_h; ++idy) in av1_update_txb_coeff_cost() 54 rd_stats->txb_coeff_cost_map[plane][blk_row + idy][blk_col + idx] = 0; in av1_update_txb_coeff_cost()
|
D | tokenize.c | 223 int idx, idy; in av1_tokenize_sb_vartx() local 237 for (idy = 0; idy < mi_height; idy += mu_blocks_high) { in av1_tokenize_sb_vartx() 240 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_tokenize_sb_vartx() 242 for (blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_tokenize_sb_vartx()
|
D | encodemb.c | 503 int idx, idy; in av1_encode_sb() local 523 for (idy = 0; idy < mi_height; idy += mu_blocks_high) { in av1_encode_sb() 526 const int unit_height = AOMMIN(mu_blocks_high + idy, mi_height); in av1_encode_sb() 528 for (blk_row = idy; blk_row < unit_height; blk_row += bh) { in av1_encode_sb()
|
D | encodeframe.c | 4441 for (int idy = 0; idy < mi_size_high[sb_size]; ++idy) { in first_partition_search_pass() local 4443 const int offset = cm->mi_stride * (mi_row + idy) + (mi_col + idx); in first_partition_search_pass() 5851 int idx, idy; in tx_partition_count_update() local 5857 for (idy = 0; idy < mi_height; idy += bh) in tx_partition_count_update() 5859 update_txfm_count(x, xd, td_counts, max_tx_size, 0, idy, idx, in tx_partition_count_update() 5909 int idx, idy; in tx_partition_set_contexts() local 5915 for (idy = 0; idy < mi_height; idy += bh) in tx_partition_set_contexts() 5917 set_txfm_context(xd, max_tx_size, idy, idx); in tx_partition_set_contexts()
|
D | bitstream.c | 1531 int idx, idy; in write_modes_b() local 1532 for (idy = 0; idy < height; idy += txbh) in write_modes_b() 1534 write_tx_size_vartx(xd, mbmi, max_tx_size, 0, idy, idx, w); in write_modes_b()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 240 int idx = 0, idy; in apply_temporal_filter() local 284 for (idy = -1; idy <= 1; ++idy) { in apply_temporal_filter() 286 const int row = (int)i + idy; in apply_temporal_filter() 322 for (idy = -1; idy <= 1; ++idy) { in apply_temporal_filter() 324 const int row = uv_r + idy; in apply_temporal_filter() 338 for (idy = 0; idy < 1 + ss_y; ++idy) { in apply_temporal_filter() 340 const int row = (uv_r << ss_y) + idy; in apply_temporal_filter() 388 int idx, idy, index = 0; in vp9_temporal_filter_apply_c() local 390 for (idy = -1; idy <= 1; ++idy) { in vp9_temporal_filter_apply_c() 392 int row = (int)i + idy; in vp9_temporal_filter_apply_c() [all …]
|
D | vp9_rdopt.c | 200 int idx, idy; in model_rd_for_sb() local 204 for (idy = 0; idy < bh; ++idy) { in model_rd_for_sb() 206 uint8_t *src = p->src.buf + (idy * p->src.stride << lh) + (idx << lw); in model_rd_for_sb() 207 uint8_t *dst = pd->dst.buf + (idy * pd->dst.stride << lh) + (idx << lh); in model_rd_for_sb() 208 int block_idx = (idy << 1) + idx; in model_rd_for_sb() 965 int idx, idy; in rd_pick_intra4x4block() local 994 for (idy = 0; idy < num_4x4_blocks_high; ++idy) { in rd_pick_intra4x4block() 996 const int block = (row + idy) * 2 + (col + idx); in rd_pick_intra4x4block() 997 const uint8_t *const src = &src_init[idx * 4 + idy * 4 * src_stride]; in rd_pick_intra4x4block() 998 uint8_t *const dst = &dst_init[idx * 4 + idy * 4 * dst_stride]; in rd_pick_intra4x4block() [all …]
|
D | vp9_encodemv.c | 259 int idx, idy; in vp9_update_mv_count() local 261 for (idy = 0; idy < 2; idy += num_4x4_h) { in vp9_update_mv_count() 263 const int i = idy * 2 + idx; in vp9_update_mv_count()
|
D | vp9_bitstream.c | 276 int idx, idy; in pack_inter_mode_mvs() local 279 for (idy = 0; idy < 2; idy += num_4x4_h) { in pack_inter_mode_mvs() 281 const PREDICTION_MODE b_mode = mi->bmi[idy * 2 + idx].as_mode; in pack_inter_mode_mvs() 312 int idx, idy; in pack_inter_mode_mvs() local 313 for (idy = 0; idy < 2; idy += num_4x4_h) { in pack_inter_mode_mvs() 315 const int j = idy * 2 + idx; in pack_inter_mode_mvs() 357 int idx, idy; in write_mb_modes_kf() local 359 for (idy = 0; idy < 2; idy += num_4x4_h) { in write_mb_modes_kf() 361 const int block = idy * 2 + idx; in write_mb_modes_kf()
|
D | vp9_pickmode.c | 2627 int idx, idy; in vp9_pick_inter_mode_sub8x8() local 2692 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) { in vp9_pick_inter_mode_sub8x8() 2696 const int i = idy * 2 + idx; in vp9_pick_inter_mode_sub8x8() 2838 for (idy = 0; idy < 2; idy += num_4x4_blocks_high) { in vp9_pick_inter_mode_sub8x8() 2840 const int block = idy * 2 + idx; in vp9_pick_inter_mode_sub8x8()
|
D | vp9_encodeframe.c | 2079 int idx, idy; in update_stats() local 2080 for (idy = 0; idy < 2; idy += num_4x4_h) { in update_stats() 2082 const int j = idy * 2 + idx; in update_stats() 2968 int idx, idy; in set_partition_range() local 2979 for (idy = 0; idy < mi_height; ++idy) { in set_partition_range() 2981 mi = prev_mi[idy * cm->mi_stride + idx]; in set_partition_range() 2990 for (idy = 0; idy < mi_height; ++idy) { in set_partition_range() 2991 mi = xd->mi[idy * cm->mi_stride - 1]; in set_partition_range() 6036 int idx, idy; in sum_intra_stats() local 6039 for (idy = 0; idy < 2; idy += num_4x4_h) in sum_intra_stats() [all …]
|
D | vp9_encoder.c | 5687 int idx, idy; local 5689 for (idy = 0; idy < mi_height; ++idy) { 5691 TplDepStats *tpl_ptr = &tpl_stats[(mi_row + idy) * stride + mi_col + idx]; 5739 int idx, idy; local 5741 for (idy = 0; idy < mi_height; ++idy) { 5744 &ref_stats[(ref_mi_row + idy) * ref_tpl_frame->stride + 5760 int idx, idy; local 5764 for (idy = 0; idy < mi_height; ++idy) { 5767 &tpl_stats[(mi_row + idy) * tpl_frame->stride + (mi_col + idx)]; 5768 tpl_model_update_b(tpl_frame, tpl_ptr, mi_row + idy, mi_col + idx,
|
/external/skqp/tests/ |
D | PathCoverageTest.cpp | 30 int idy = SkAbs32(SkScalarRoundToInt(dy)); in cheap_distance() local 31 if (idx > idy) { in cheap_distance() 32 idx += idy >> 1; in cheap_distance() 34 idx = idy + (idx >> 1); in cheap_distance()
|
/external/skia/tests/ |
D | PathCoverageTest.cpp | 30 int idy = SkAbs32(SkScalarRoundToInt(dy)); in cheap_distance() local 31 if (idx > idy) { in cheap_distance() 32 idx += idy >> 1; in cheap_distance() 34 idx = idy + (idx >> 1); in cheap_distance()
|
/external/libvpx/libvpx/test/ |
D | temporal_filter_test.cc | 82 for (int idy = -1; idy <= 1; ++idy) { in reference_filter() local 84 const int y = height + idy; in reference_filter()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 747 int idx, idy; in read_inter_block_mode_info() local 754 for (idy = 0; idy < 2; idy += num_4x4_h) { in read_inter_block_mode_info() 756 const int j = idy * 2 + idx; in read_inter_block_mode_info()
|
/external/skqp/src/core/ |
D | SkScan_Hairline.cpp | 224 uint32_t idy = SkScalarCeilToInt(dy); in compute_int_quad_dist() local 226 if (idx > idy) { in compute_int_quad_dist() 227 return idx + (idy >> 1); in compute_int_quad_dist() 229 return idy + (idx >> 1); in compute_int_quad_dist()
|
/external/skia/src/core/ |
D | SkScan_Hairline.cpp | 224 uint32_t idy = SkScalarCeilToInt(dy); in compute_int_quad_dist() local 226 if (idx > idy) { in compute_int_quad_dist() 227 return idx + (idy >> 1); in compute_int_quad_dist() 229 return idy + (idx >> 1); in compute_int_quad_dist()
|
/external/libaom/libaom/av1/common/ |
D | blockd.h | 837 for (int idy = 0; idy < txh; idy += tx_unit) { in update_txk_array() local 840 av1_get_txk_type_index(bsize, blk_row + idy, blk_col + idx); in update_txk_array()
|
D | av1_loopfilter.c | 930 for (int idy = 0; idy < block_height; idy += mu_blocks_high) { in setup_fix_block_mask() local 932 const int unit_height = AOMMIN(mu_blocks_high + idy, block_height); in setup_fix_block_mask() 934 for (int blk_row = idy; blk_row < unit_height; blk_row += bh) { in setup_fix_block_mask()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1246 for (int idy = 0; idy < tx_size_high_unit[split_size]; in set_inter_tx_size() local 1247 idy += tx_size_high_unit[min_txs]) { in set_inter_tx_size() 1250 const int index = (((blk_row + idy) >> tx_h_log2) << stride_log2) + in set_inter_tx_size() 1605 for (int idy = 0; idy < height; idy += bh) in parse_decode_block() local 1611 idy, idx, r); in parse_decode_block()
|
/external/llvm/ |
D | CMakeLists.txt | 560 list(FIND LLVM_EXPERIMENTAL_TARGETS_TO_BUILD ${t} idy) 561 if( idx LESS 0 AND idy LESS 0 )
|
/external/swiftshader/third_party/llvm-7.0/llvm/ |
D | CMakeLists.txt | 705 list(FIND LLVM_EXPERIMENTAL_TARGETS_TO_BUILD ${t} idy) 710 if( idx LESS 0 AND idy LESS 0 )
|