Home
last modified time | relevance | path

Searched defs:ss_y (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/libvpx/test/
H A Dyuv_temporal_filter_test.cc121 unsigned int block_width, unsigned int block_height, int ss_x, int ss_y, in ApplyReferenceFilter()
325 int ss_x, int ss_y, in CompareTestWithParam()
450 int ss_x, int ss_y, in RunTestFilterWithParam()
522 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local
548 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local
586 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local
613 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local
/aosp_15_r20/external/libaom/aom_scale/generic/
H A Dyv12config.c59 YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, in realloc_frame_buffer_aligned()
210 const int ss_x, const int ss_y, const int aligned_width, in calc_stride_and_planesize()
237 int ss_x, int ss_y, int use_highbitdepth, in aom_realloc_frame_buffer()
274 int ss_x, int ss_y, int use_highbitdepth, int border, in aom_alloc_frame_buffer()
H A Dyv12extend.c116 const int ss_y = ybf->subsampling_y; in aom_extend_frame_borders_plane_row_c() local
186 const int ss_y = ybf->subsampling_y; in extend_frame() local
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/
H A Dvp9_highbd_temporal_filter_neon.c170 unsigned int block_height, int ss_x, int ss_y, int strength, in highbd_apply_temporal_filter_luma_8()
331 unsigned int block_height, int ss_x, int ss_y, int strength, in highbd_apply_temporal_filter_luma()
393 const uint32_t *y_dist, int ss_x, int ss_y, uint32x4_t *u_mod_fst, in highbd_add_luma_dist_to_8_chroma_mod()
451 int ss_y, int strength, uint32_t *u_accum, uint16_t *u_count, in highbd_apply_temporal_filter_chroma_8()
669 unsigned int block_width, unsigned int block_height, int ss_x, int ss_y, in highbd_apply_temporal_filter_chroma()
797 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_highbd_apply_temporal_filter_neon()
H A Dvp9_temporal_filter_neon.c209 int ss_x, int ss_y, in add_luma_dist_to_8_chroma_mod()
250 unsigned int block_height, int ss_x, int ss_y, int strength, in apply_temporal_filter_luma_16()
425 unsigned int block_height, int ss_x, int ss_y, int strength, in apply_temporal_filter_luma()
513 unsigned int uv_block_height, int ss_x, int ss_y, int strength, in apply_temporal_filter_chroma_8()
653 unsigned int block_width, unsigned int block_height, int ss_x, int ss_y, in apply_temporal_filter_chroma()
774 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_apply_temporal_filter_neon()
/aosp_15_r20/external/libvpx/vp9/encoder/x86/
H A Dhighbd_temporal_filter_sse4.c196 unsigned int block_height, int ss_x, int ss_y, int strength, in vp9_highbd_apply_temporal_filter_luma_8()
357 unsigned int block_height, int ss_x, int ss_y, int strength, in vp9_highbd_apply_temporal_filter_luma()
419 const uint32_t *y_dist, int ss_x, int ss_y, __m128i *u_mod_fst, in highbd_add_luma_dist_to_8_chroma_mod()
472 int ss_y, int strength, uint32_t *u_accum, uint16_t *u_count, in vp9_highbd_apply_temporal_filter_chroma_8()
690 unsigned int block_width, unsigned int block_height, int ss_x, int ss_y, in vp9_highbd_apply_temporal_filter_chroma()
818 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_highbd_apply_temporal_filter_sse4_1()
H A Dtemporal_filter_sse4.c235 int ss_x, int ss_y, in add_luma_dist_to_8_chroma_mod()
274 unsigned int block_height, int ss_x, int ss_y, int strength, in vp9_apply_temporal_filter_luma_16()
449 unsigned int block_height, int ss_x, int ss_y, int strength, in vp9_apply_temporal_filter_luma()
537 unsigned int uv_block_height, int ss_x, int ss_y, int strength, in vp9_apply_temporal_filter_chroma_8()
679 unsigned int block_width, unsigned int block_height, int ss_x, int ss_y, in vp9_apply_temporal_filter_chroma()
800 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_apply_temporal_filter_sse4_1()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dtune_butteraugli.c37 const int ss_y = source->subsampling_y; in set_mb_butteraugli_rdmult_scaling() local
208 const int ss_y = cpi->source->subsampling_y; in av1_setup_butteraugli_source() local
240 const int ss_y = cpi->source->subsampling_y; in av1_setup_butteraugli_rdmult_and_restore_source() local
H A Dintra_mode_search_utils.h193 const int ss_y = x->e_mbd.plane[plane].subsampling_y; in lowbd_compute_gradient_info_sb() local
264 const int ss_y = x->e_mbd.plane[plane].subsampling_y; in highbd_compute_gradient_info_sb() local
371 const int ss_y = x->e_mbd.plane[plane].subsampling_y; in generate_hog_using_gradient_cache() local
411 const int ss_y = pd->subsampling_y; in collect_hog_data() local
H A Dtune_vmaf.c451 const int ss_y = source->subsampling_y; in av1_vmaf_blk_preprocessing() local
618 const int ss_y = cpi->source->subsampling_y; in av1_set_mb_vmaf_rdmult_scaling() local
824 const int ss_y = cur->subsampling_y; in calc_vmaf_motion_score() local
1017 const int ss_y = recon->subsampling_y; in find_best_frame_unsharp_amount_neg() local
/aosp_15_r20/external/libvpx/vpx_scale/generic/
H A Dyv12config.c153 int ss_x, int ss_y, in vpx_realloc_frame_buffer()
293 int ss_x, int ss_y, in vpx_alloc_frame_buffer()
H A Dyv12extend.c135 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local
/aosp_15_r20/external/libdav1d/tests/checkasm/
H A Dfilmgrain.c97 const int ss_y = layout == DAV1D_PIXEL_LAYOUT_I420; in check_gen_grnuv() local
261 const int ss_y = layout == DAV1D_PIXEL_LAYOUT_I420; in check_fguv_sbrow() local
/aosp_15_r20/external/libaom/av1/common/
H A Drestoration.c50 int ss_y = is_uv && cm->seq_params->subsampling_y; in av1_get_upsampled_plane_size() local
220 int plane_w, int plane_h, int ss_y, in get_stripe_boundary_info()
990 int plane_w, int plane_h, int ss_x, int ss_y, int highbd, int bit_depth, in av1_loop_restoration_filter_unit()
1154 const int ss_y = is_uv && cm->seq_params->subsampling_y; in foreach_rest_unit_in_plane() local
1302 const int ss_y = is_uv && cm->seq_params->subsampling_y; in av1_loop_restoration_corners_in_sb() local
1445 const int ss_y = is_uv && cm->seq_params->subsampling_y; in save_boundary_lines() local
H A Dblockd.c87 void av1_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y, in av1_setup_block_planes()
H A Dreconintra.c199 int col_off, int ss_x, int ss_y) { in has_top_right()
384 int col_off, int ss_x, int ss_y) { in has_bottom_left()
1731 const int ss_y = pd->subsampling_y; in av1_predict_intra_block() local
/aosp_15_r20/external/libdav1d/src/
H A Dfilmgrain_tmpl.c147 #define gnuv_ss_fn(nm, ss_x, ss_y) \ argument
404 #define fguv_ss_fn(nm, ss_x, ss_y) \ argument
H A Dfg_apply_tmpl.c170 const int ss_y = in->p.layout == DAV1D_PIXEL_LAYOUT_I420; in bitfn() local
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dklockstat.c313 struct stack_stat *ss_y = *(struct stack_stat**)y; in sort_by_acq() local
334 struct stack_stat *ss_y = *(struct stack_stat**)y; in sort_by_hld() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Dbutteraugli.c28 const int ss_y = source->subsampling_y; in aom_calc_butteraugli() local
/aosp_15_r20/external/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c107 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local
/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_blockd.c124 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { in vp9_setup_block_planes()
H A Dvp9_reconinter.c92 int bh, int ss_x, int ss_y) { in clamp_mv_to_umv_border_sb()
/aosp_15_r20/frameworks/av/media/module/metadatautils/
H A DMetaDataUtils.cpp121 uint32_t ss_y; in getVp9BitdepthChromaSubSampling() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c467 int ss_x, int ss_y, int strength, const int *const blk_fw, int use_32x32, in vp9_apply_temporal_filter_c()
609 int ss_x, int ss_y, int strength, const int *const blk_fw, int use_32x32, in vp9_highbd_apply_temporal_filter_c()

12