/external/libhevc/encoder/arm/ |
D | ihevce_hme_utils_neon.c | 236 WORD32 x_count, y_count; in hme_get_wt_inp_8x8_neon() local 247 y_count = MIN(size, (ps_curr_layer->i4_ht - pos_y)); in hme_get_wt_inp_8x8_neon() 292 hme_pad_right(pu1_dst + x_count - 1, dst_stride, size - x_count, y_count); in hme_get_wt_inp_8x8_neon() 296 if(y_count != size) in hme_get_wt_inp_8x8_neon() 298 hme_pad_bot(pu1_dst + (y_count - 1) * dst_stride, dst_stride, size - y_count, size); in hme_get_wt_inp_8x8_neon() 359 hme_pad_right(pu1_dst + x_count - 1, dst_stride, size - x_count, y_count); in hme_get_wt_inp_8x8_neon() 363 if(y_count != size) in hme_get_wt_inp_8x8_neon() 365 hme_pad_bot(pu1_dst + (y_count - 1) * dst_stride, dst_stride, size - y_count, size); in hme_get_wt_inp_8x8_neon() 373 hme_pad_right(pu1_dst + x_count - 1, dst_stride, size - x_count, y_count); in hme_get_wt_inp_8x8_neon() 377 if(y_count != size) in hme_get_wt_inp_8x8_neon() [all …]
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | temporal_filter_sse4.c | 278 uint16_t *y_count, const uint16_t *y_dist, const uint16_t *u_dist, in vp9_apply_temporal_filter_luma_16() argument 342 accumulate_and_store_16(sum_row_first, sum_row_second, y_pre, y_count, in vp9_apply_temporal_filter_luma_16() 347 y_count += y_pre_stride; in vp9_apply_temporal_filter_luma_16() 413 accumulate_and_store_16(sum_row_first, sum_row_second, y_pre, y_count, in vp9_apply_temporal_filter_luma_16() 418 y_count += y_pre_stride; in vp9_apply_temporal_filter_luma_16() 455 accumulate_and_store_16(sum_row_first, sum_row_second, y_pre, y_count, in vp9_apply_temporal_filter_luma_16() 466 uint32_t *y_accum, uint16_t *y_count, const uint16_t *y_dist, in vp9_apply_temporal_filter_luma() argument 489 y_count + blk_col, y_dist + blk_col, u_dist + uv_blk_col, in vp9_apply_temporal_filter_luma() 498 y_count + blk_col, y_dist + blk_col, u_dist + uv_blk_col, in vp9_apply_temporal_filter_luma() 512 use_whole_blk, y_accum + blk_col, y_count + blk_col, y_dist + blk_col, in vp9_apply_temporal_filter_luma() [all …]
|
D | highbd_temporal_filter_sse4.c | 199 uint16_t *y_count, const uint32_t *y_dist, const uint32_t *u_dist, in vp9_highbd_apply_temporal_filter_luma_8() argument 256 highbd_accumulate_and_store_8(sum_row_first, sum_row_second, y_pre, y_count, in vp9_highbd_apply_temporal_filter_luma_8() 261 y_count += y_pre_stride; in vp9_highbd_apply_temporal_filter_luma_8() 320 highbd_accumulate_and_store_8(sum_row_first, sum_row_second, y_pre, y_count, in vp9_highbd_apply_temporal_filter_luma_8() 325 y_count += y_pre_stride; in vp9_highbd_apply_temporal_filter_luma_8() 361 highbd_accumulate_and_store_8(sum_row_first, sum_row_second, y_pre, y_count, in vp9_highbd_apply_temporal_filter_luma_8() 372 uint32_t *y_accum, uint16_t *y_count, const uint32_t *y_dist, in vp9_highbd_apply_temporal_filter_luma() argument 390 strength, use_whole_blk, y_accum + blk_col, y_count + blk_col, in vp9_highbd_apply_temporal_filter_luma() 406 y_count + blk_col, y_dist + blk_col, u_dist + uv_blk_col, in vp9_highbd_apply_temporal_filter_luma() 424 y_count + blk_col, y_dist + blk_col, u_dist + uv_blk_col, in vp9_highbd_apply_temporal_filter_luma() [all …]
|
/external/freetype/src/pfr/ |
D | pfrgload.c | 255 FT_UInt flags, x_count, y_count, i, count, mask; in pfr_glyph_load_simple() local 267 y_count = 0; in pfr_glyph_load_simple() 274 y_count = count >> 4; in pfr_glyph_load_simple() 287 y_count = PFR_NEXT_BYTE( p ); in pfr_glyph_load_simple() 291 count = x_count + y_count; in pfr_glyph_load_simple() 403 if ( format_low >= y_count ) in pfr_glyph_load_simple() 475 if ( idx >= y_count ) in pfr_glyph_load_simple()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse4.c | 338 uint16_t *y_count, const uint16_t *y_dist, const uint16_t *u_dist, in apply_temporal_filter_luma_16() argument 398 accumulate_and_store_16(sum_row_first, sum_row_second, y_pre, y_count, in apply_temporal_filter_luma_16() 403 y_count += y_pre_stride; in apply_temporal_filter_luma_16() 472 accumulate_and_store_16(sum_row_first, sum_row_second, y_pre, y_count, in apply_temporal_filter_luma_16() 477 y_count += y_pre_stride; in apply_temporal_filter_luma_16() 519 accumulate_and_store_16(sum_row_first, sum_row_second, y_pre, y_count, in apply_temporal_filter_luma_16() 530 uint32_t *y_accum, uint16_t *y_count, const uint16_t *y_dist, in apply_temporal_filter_luma() argument 553 y_count + blk_col, y_dist + blk_col, u_dist + uv_blk_col, in apply_temporal_filter_luma() 562 y_count + blk_col, y_dist + blk_col, u_dist + uv_blk_col, in apply_temporal_filter_luma() 576 use_whole_blk, y_accum + blk_col, y_count + blk_col, y_dist + blk_col, in apply_temporal_filter_luma() [all …]
|
/external/libaom/libaom/test/ |
D | temporal_filter_yuv_test.cc | 216 uint32_t *y_accum, uint16_t *y_count, in ApplyReferenceFilter() argument 294 y_count[row * y_count_stride + col] += y_mod; in ApplyReferenceFilter() 388 int use_32x32, uint32_t *y_accum, uint16_t *y_count, 407 uint32_t *y_accum, uint16_t *y_count, uint32_t *u_accum, uint16_t *u_count, in ApplyTestFilter() argument 455 memcpy(count + 0 * mb_pels, y_count, mb_pels * sizeof(uint16_t)); in ApplyTestFilter() 466 memcpy(y_count, count + 0 * mb_pels, mb_pels * sizeof(uint16_t)); in ApplyTestFilter() 481 uint32_t *y_accum, uint16_t *y_count, uint32_t *u_accum, uint16_t *u_count, in ApplyTestFilter() argument 529 memcpy(count + 0 * mb_pels, y_count, mb_pels * sizeof(uint16_t)); in ApplyTestFilter() 541 memcpy(y_count, count + 0 * mb_pels, mb_pels * sizeof(uint16_t)); in ApplyTestFilter() 658 uint16_t y_count[MAX_WIDTH * MAX_HEIGHT] = { 0 }; in RunTestFilterWithParam() local [all …]
|
/external/libvpx/libvpx/test/ |
D | yuv_temporal_filter_test.cc | 30 uint32_t *y_accumulator, uint16_t *y_count, uint32_t *u_accumulator, 156 uint16_t *y_count = y_counter->TopLeftPixel(); in ApplyReferenceFilter() local 228 y_count[row * y_count_stride + col] += y_mod; in ApplyReferenceFilter() 457 Buffer<uint16_t> y_count = Buffer<uint16_t>(width, height, 0); in RunTestFilterWithParam() local 472 ASSERT_TRUE(y_count.Init()); in RunTestFilterWithParam() 486 y_count.Set(0); in RunTestFilterWithParam() 510 y_accum.TopLeftPixel(), y_count.TopLeftPixel(), u_accum.TopLeftPixel(), in RunTestFilterWithParam() 663 int use_32x32, uint32_t *y_accumulator, uint16_t *y_count, \ 673 y_accumulator, y_count, u_accumulator, u_count, v_accumulator, \
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_rtcd_defs.pl | 184 …nst int *const blk_fw, int use_32x32, uint32_t *y_accumulator, uint16_t *y_count, uint32_t *u_accu… 188 …th, const int *const blk_fw, int use_32x32, uint32_t *y_accum, uint16_t *y_count, uint32_t *u_accu…
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 266 uint32_t *y_accumulator, uint16_t *y_count, uint32_t *u_accumulator, in vp9_apply_temporal_filter_c() argument 344 y_count[k] += modifier; in vp9_apply_temporal_filter_c() 408 uint32_t *y_accum, uint16_t *y_count, uint32_t *u_accum, uint16_t *u_count, in vp9_highbd_apply_temporal_filter_c() argument 489 y_count[row * block_width + col] += y_mod; in vp9_highbd_apply_temporal_filter_c()
|
/external/libhevc/encoder/ |
D | hme_utils.c | 2120 S32 x_count, y_count; in hme_get_wt_inp() local 2135 y_count = MIN(size, (ps_curr_layer->i4_ht - pos_y)); in hme_get_wt_inp() 2157 for(i = 0; i < y_count; i++) in hme_get_wt_inp() 2175 for(i = 0; i < y_count; i++) in hme_get_wt_inp() 2195 hme_pad_right(pu1_dst + x_count - 1, dst_stride, size - x_count, y_count); in hme_get_wt_inp() 2199 if(y_count != size) in hme_get_wt_inp() 2201 hme_pad_bot(pu1_dst + (y_count - 1) * dst_stride, dst_stride, size - y_count, size); in hme_get_wt_inp()
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | rasterize.cl | 1563 SKC_RASTERIZE_FLOAT const y_count = skc_subgroup_shuffle(y_segs,y_source); 1566 SKC_RASTERIZE_PREDICATE const is_y_last = (y_delta >= y_count);
|