Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_scale/generic/
Dyv12config.c50 YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, in realloc_frame_buffer_aligned()
173 static int calc_stride_and_planesize(const int ss_x, const int ss_y, in calc_stride_and_planesize()
197 int ss_x, int ss_y, int use_highbitdepth, in aom_realloc_frame_buffer()
243 int ss_x, int ss_y, int use_highbitdepth, in aom_realloc_lookahead_buffer()
279 int ss_x, int ss_y, int use_highbitdepth, int border, in aom_alloc_frame_buffer()
Dyv12extend.c137 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local
/external/libaom/libaom/test/
Dyuv_temporal_filter_test.cc215 int ss_x, int ss_y, int strength, in ApplyReferenceFilter()
407 int ss_x, int ss_y, int strength, const int *blk_fw, int use_32x32, in ApplyTestFilter()
423 int ss_x, int ss_y, int strength, const int *blk_fw, int use_32x32, in ApplyTestFilter()
436 int ss_x, int ss_y, in CompareTestWithParam()
537 int ss_x, int ss_y, in RunTestFilterWithParam()
576 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local
602 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local
640 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local
667 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c149 int ss_x, int ss_y, in vpx_realloc_frame_buffer()
288 int ss_x, int ss_y, in vpx_alloc_frame_buffer()
Dyv12extend.c135 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local
/external/libaom/libaom/av1/encoder/x86/
Dhighbd_temporal_filter_sse4.c198 int ss_x, int ss_y, int strength, int use_whole_blk, uint32_t *y_accum, in av1_highbd_apply_temporal_filter_luma_8()
371 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in av1_highbd_apply_temporal_filter_luma()
443 const uint32_t *y_dist, int ss_x, int ss_y, __m128i *u_mod_fst, in highbd_add_luma_dist_to_8_chroma_mod()
498 unsigned int uv_block_height, int ss_x, int ss_y, int strength, in av1_highbd_apply_temporal_filter_chroma_8()
727 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in av1_highbd_apply_temporal_filter_chroma()
866 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in av1_highbd_apply_temporal_filter_sse4_1()
Dtemporal_filter_sse4.c291 int ss_x, int ss_y, in add_luma_dist_to_8_chroma_mod()
333 int ss_x, int ss_y, int strength, int use_whole_blk, uint32_t *y_accum, in av1_apply_temporal_filter_luma_16()
525 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in av1_apply_temporal_filter_luma()
631 unsigned int uv_block_height, int ss_x, int ss_y, int strength, in av1_apply_temporal_filter_chroma_8()
796 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in av1_apply_temporal_filter_chroma()
929 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in av1_apply_temporal_filter_sse4_1()
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
Dyv12extend_dspr2.c107 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local
/external/libaom/libaom/aom_scale/mips/dspr2/
Dyv12extend_dspr2.c109 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local
/external/libaom/libaom/av1/common/
Dblockd.c93 void av1_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y, in av1_setup_block_planes()
Drestoration.c46 int ss_y = is_uv && cm->seq_params.subsampling_y; in av1_whole_frame_rect() local
243 const AV1PixelRect *tile_rect, int ss_y, in get_stripe_boundary_info()
1010 const AV1PixelRect *tile_rect, int tile_stripe0, int ss_x, int ss_y, in av1_loop_restoration_filter_unit()
1247 int ss_y, int plane, rest_unit_visitor_t on_rest_unit, void *priv, in foreach_rest_unit_in_tile()
1285 const int ss_y = is_uv && cm->seq_params.subsampling_y; in av1_foreach_rest_unit_in_plane() local
1332 const int ss_y = is_uv && cm->seq_params.subsampling_y; in av1_loop_restoration_corners_in_sb() local
1480 const int ss_y = is_uv && cm->seq_params.subsampling_y; in save_tile_row_boundary_lines() local
Dtile_common.c190 const int ss_y = is_uv && cm->seq_params.subsampling_y; in av1_get_tile_rect() local
Dreconinter.h228 int ss_x, int ss_y) { in clamp_mv_to_umv_border_sb()
Drestoration.h266 int ss_x, ss_y; member
Dthread_common.c713 const int ss_y = is_uv && cm->seq_params.subsampling_y; in enqueue_lr_jobs() local
Dreconintra.c198 int col_off, int ss_x, int ss_y) { in has_top_right()
383 int col_off, int ss_x, int ss_y) { in has_bottom_left()
Donyxc_int.h837 const int ss_y = xd->plane[1].subsampling_y; in set_mi_row_col() local
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c124 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { in vp9_setup_block_planes()
Dvp9_reconinter.c91 int bh, int ss_x, int ss_y) { in clamp_mv_to_umv_border_sb()
Dvp9_loopfilter.c1084 const int ss_y = plane->subsampling_y; in vp9_filter_block_plane_non420() local
/external/libaom/libaom/av1/encoder/
Dtemporal_filter.c259 int ss_x, int ss_y, int strength, const int *blk_fw, int use_32x32, in av1_apply_temporal_filter_c()
400 unsigned int block_height, int ss_x, int ss_y, int strength, in av1_highbd_apply_temporal_filter_c()
Dreconinter_enc.c92 const int ss_y = pd->subsampling_y; in build_inter_predictors() local
Dpickrst.c633 const int ss_y = is_uv && cm->seq_params.subsampling_y; in search_sgrproj() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c228 int ss_x, int ss_y, int strength, int *blk_fw, int use_32x32, in apply_temporal_filter()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c649 const int ss_y = pd->subsampling_y; in dec_build_inter_predictors() local