/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | filters_neon.c | 68 const int16_t* y_start = x_start + i; in WebRtcIsacfix_AutocorrNeon() local 71 y_v = vld1q_s16(y_start); in WebRtcIsacfix_AutocorrNeon() 81 y_start += 8; in WebRtcIsacfix_AutocorrNeon() 87 int16x4_t y2_v = vld1_s16(y_start); in WebRtcIsacfix_AutocorrNeon() 91 y_start += 4; in WebRtcIsacfix_AutocorrNeon() 102 prod_tail += *x_start * *y_start; in WebRtcIsacfix_AutocorrNeon() 104 ++y_start; in WebRtcIsacfix_AutocorrNeon()
|
/external/webp/src/dsp/ |
D | lossless.c | 202 int y_start, int y_end, in GENERATE_PREDICTOR_ADD() 205 if (y_start == 0) { // First Row follows the L (mode=1) mode. in GENERATE_PREDICTOR_ADD() 210 ++y_start; in GENERATE_PREDICTOR_ADD() 214 int y = y_start; in GENERATE_PREDICTOR_ADD() 293 int y_start, int y_end, in ColorSpaceInverseTransform_C() argument 301 int y = y_start; in ColorSpaceInverseTransform_C() 332 TYPE* dst, int y_start, int y_end, int width) { \ 334 for (y = y_start; y < y_end; ++y) { \ 342 int y_start, int y_end, const TYPE* src, \ 352 for (y = y_start; y < y_end; ++y) { \ [all …]
|
D | lossless.h | 82 uint32_t* dst, int y_start, 86 uint8_t* dst, int y_start, 96 const struct VP8LTransform* const transform, int y_start, int y_end,
|
D | lossless_mips_dsp_r2.c | 25 TYPE* dst, int y_start, int y_end, \ 28 for (y = y_start; y < y_end; ++y) { \
|
/external/webp/src/dec/ |
D | frame_dec.c | 433 int y_start = MACROBLOCK_VPOS(mb_y); in FinishRow() local 436 y_start -= extra_y_rows; in FinishRow() 454 if (dec->alpha_data_ != NULL && y_start < y_end) { in FinishRow() 455 io->a = VP8DecompressAlphaRows(dec, io, y_start, y_end - y_start); in FinishRow() 461 if (y_start < io->crop_top) { in FinishRow() 462 const int delta_y = io->crop_top - y_start; in FinishRow() 463 y_start = io->crop_top; in FinishRow() 472 if (y_start < y_end) { in FinishRow() 479 io->mb_y = y_start - io->crop_top; in FinishRow() 481 io->mb_h = y_end - y_start; in FinishRow()
|
D | vp8l_dec.c | 714 static int SetCropWindow(VP8Io* const io, int y_start, int y_end, in SetCropWindow() argument 716 assert(y_start < y_end); in SetCropWindow() 721 if (y_start < io->crop_top) { in SetCropWindow() 722 const int delta = io->crop_top - y_start; in SetCropWindow() 723 y_start = io->crop_top; in SetCropWindow() 726 if (y_start >= y_end) return 0; // Crop window is empty. in SetCropWindow() 730 io->mb_y = y_start - io->crop_top; in SetCropWindow() 732 io->mb_h = y_end - y_start; in SetCropWindow()
|
/external/libaom/libaom/av1/encoder/ |
D | hash_motion.h | 86 int block_size, int x_start, int y_start); 90 int block_size, int x_start, int y_start);
|
D | hash_motion.c | 345 int block_size, int x_start, int y_start) { in av1_hash_is_horizontal_perfect() argument 347 const uint8_t *p = picture->y_buffer + y_start * stride + x_start; in av1_hash_is_horizontal_perfect() 374 int block_size, int x_start, int y_start) { in av1_hash_is_vertical_perfect() argument 376 const uint8_t *p = picture->y_buffer + y_start * stride + x_start; in av1_hash_is_vertical_perfect()
|
D | global_motion.c | 511 int y_start) { in get_subcolumn() argument 514 col[i] = ref[(i + y_start) * stride + x]; in get_subcolumn()
|
/external/webrtc/talk/media/base/ |
D | yuvframegenerator.cc | 282 int y_start, in DrawBlockRectangle() argument 288 for (int y = y_start; y < y_start + height; y++) { in DrawBlockRectangle()
|
D | yuvframegenerator.h | 88 int y_start,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_area_op_test.cc | 109 int64 y_start = std::floor(in_y); in ResizeAreaBaseline() local 121 for (int64 i = y_start; i < y_end; ++i) { in ResizeAreaBaseline()
|
D | resize_area_op.cc | 229 const int64 y_start = std::floor(in_y); in ComputeLoop() local 233 for (int64 i = y_start; i < y_end; ++i) { in ComputeLoop()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 160 const int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); in build_inter_predictors() local 175 scaled_buffer_offset(x_start + x, y_start + y, pre_buf->stride, sf); in build_inter_predictors()
|
/external/icu/icu4c/source/data/translit/ |
D | Latn_Kana.txt | 76 $y_start = [ヤユヨやゆよ] ; 275 y } y ↔ ッ } $y_start;
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderRendering.cpp | 1734 int y_start = 0; in verify() local 1743 y_start = 1 /* px */; in verify() 1749 y_start = 1 /* px */; in verify() 1755 y_start = 5 /* px */; in verify() 1761 y_start = 5 /* px */; in verify() 1776 y = y_start + instance_id * 7 /* pixel block size */; in verify() 1784 y = y_start + instance_id * 7 /* pixel block size */; in verify()
|
/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 508 y_start = ps_part_attr->u1_y_start; in hme_map_mvs_to_grid() 509 y_end = y_start + ps_part_attr->u1_y_count; in hme_map_mvs_to_grid() 514 y_start = (y_start << shift) >> mv_shift; in hme_map_mvs_to_grid() 517 ps_grid_node_tmp = ps_grid_node + y_start * i4_stride; in hme_map_mvs_to_grid() 521 for(i4_y = y_start; i4_y < y_end; i4_y++) in hme_map_mvs_to_grid()
|
/external/webp/src/mux/ |
D | anim_encode.c | 719 const int y_start = (rect->y_offset_ + block_size) & ~(block_size - 1); in FlattenSimilarBlocks() local 727 for (j = y_start; j < y_end; j += block_size) { in FlattenSimilarBlocks()
|
/external/libaom/libaom/aom_dsp/ |
D | noise_model.c | 818 int y_start = in add_block_observations() local 829 for (int y = y_start; y < y_end; ++y) { in add_block_observations()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 606 int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); in dec_build_inter_predictors() local 615 y0_16 = (y_start + y) << SUBPEL_BITS; in dec_build_inter_predictors() 624 y0 = sf->scale_value_y(y_start + y, sf); in dec_build_inter_predictors()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 1656 const int y_start = (-xd->mb_to_top_edge >> (3 + pd->subsampling_y)); in encode_inter_mb_segment() local 1660 pre += scaled_buffer_offset(x_start + w, y_start + h, y_stride, sf); in encode_inter_mb_segment()
|