/external/libaom/libaom/aom_scale/generic/ |
D | yv12config.c | 47 YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, in realloc_frame_buffer_aligned() 174 static int calc_stride_and_planesize(const int ss_x, const int ss_y, in calc_stride_and_planesize() 198 int ss_x, int ss_y, int use_highbitdepth, in aom_realloc_frame_buffer() 233 int ss_x, int ss_y, int use_highbitdepth, int border, in aom_alloc_frame_buffer()
|
D | yv12extend.c | 142 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local
|
/external/libaom/libaom/test/ |
D | temporal_filter_yuv_test.cc | 214 int ss_x, int ss_y, int strength, in ApplyReferenceFilter() 406 int ss_x, int ss_y, int strength, const int *blk_fw, int use_32x32, in ApplyTestFilter() 480 int ss_x, int ss_y, int strength, const int *blk_fw, int use_32x32, in ApplyTestFilter() 551 int ss_x, int ss_y, in CompareTestWithParam() 652 int ss_x, int ss_y, in RunTestFilterWithParam() 691 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local 717 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local 755 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local 782 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local
|
/external/libvpx/libvpx/test/ |
D | yuv_temporal_filter_test.cc | 120 unsigned int block_width, unsigned int block_height, int ss_x, int ss_y, in ApplyReferenceFilter() 324 int ss_x, int ss_y, in CompareTestWithParam() 449 int ss_x, int ss_y, in RunTestFilterWithParam() 521 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local 547 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local 585 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local 612 for (int ss_y = 0; ss_y <= 1; ss_y++) { in TEST_P() local
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 149 int ss_x, int ss_y, in vpx_realloc_frame_buffer() 289 int ss_x, int ss_y, in vpx_alloc_frame_buffer()
|
D | yv12extend.c | 135 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | temporal_filter_sse4.c | 235 int ss_x, int ss_y, in add_luma_dist_to_8_chroma_mod() 277 int ss_x, int ss_y, int strength, int use_whole_blk, uint32_t *y_accum, in vp9_apply_temporal_filter_luma_16() 465 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in vp9_apply_temporal_filter_luma() 571 unsigned int uv_block_height, int ss_x, int ss_y, int strength, in vp9_apply_temporal_filter_chroma_8() 726 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in vp9_apply_temporal_filter_chroma() 859 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_apply_temporal_filter_sse4_1()
|
D | highbd_temporal_filter_sse4.c | 198 int ss_x, int ss_y, int strength, int use_whole_blk, uint32_t *y_accum, in vp9_highbd_apply_temporal_filter_luma_8() 371 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in vp9_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 vp9_highbd_apply_temporal_filter_chroma_8() 727 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in vp9_highbd_apply_temporal_filter_chroma() 866 int ss_x, int ss_y, int strength, const int *const blk_fw, in vp9_highbd_apply_temporal_filter_sse4_1()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse4.c | 295 int ss_x, int ss_y, in add_luma_dist_to_8_chroma_mod() 337 int ss_x, int ss_y, int strength, int use_whole_blk, uint32_t *y_accum, in apply_temporal_filter_luma_16() 529 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in apply_temporal_filter_luma() 635 unsigned int uv_block_height, int ss_x, int ss_y, int strength, in apply_temporal_filter_chroma_8() 800 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in apply_temporal_filter_chroma() 947 const int ss_y = mbd->plane[1].subsampling_y; in apply_temporal_filter_yuv() local 1230 int ss_x, int ss_y, int strength, int use_whole_blk, uint32_t *y_accum, in highbd_apply_temporal_filter_luma_8() 1403 int ss_x, int ss_y, int strength, const int *blk_fw, int use_whole_blk, in highbd_apply_temporal_filter_luma() 1475 const uint32_t *y_dist, int ss_x, int ss_y, __m128i *u_mod_fst, in highbd_add_luma_dist_to_8_chroma_mod() 1530 unsigned int uv_block_height, int ss_x, int ss_y, int strength, in highbd_apply_temporal_filter_chroma_8() [all …]
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 107 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local
|
/external/libaom/libaom/aom_scale/mips/dspr2/ |
D | yv12extend_dspr2.c | 109 const int ss_y = ybf->uv_height < ybf->y_height; in extend_frame() local
|
/external/libaom/libaom/av1/common/ |
D | blockd.c | 89 void av1_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y, in av1_setup_block_planes()
|
D | restoration.c | 46 int ss_y = is_uv && cm->seq_params.subsampling_y; in av1_whole_frame_rect() local 252 const AV1PixelRect *tile_rect, int ss_y, in get_stripe_boundary_info() 1027 const AV1PixelRect *tile_rect, int tile_stripe0, int ss_x, int ss_y, in av1_loop_restoration_filter_unit() 1264 int ss_y, int plane, rest_unit_visitor_t on_rest_unit, void *priv, in foreach_rest_unit_in_tile() 1302 const int ss_y = is_uv && cm->seq_params.subsampling_y; in av1_foreach_rest_unit_in_plane() local 1349 const int ss_y = is_uv && cm->seq_params.subsampling_y; in av1_loop_restoration_corners_in_sb() local 1497 const int ss_y = is_uv && cm->seq_params.subsampling_y; in save_tile_row_boundary_lines() local
|
D | tile_common.c | 199 const int ss_y = is_uv && cm->seq_params.subsampling_y; in av1_get_tile_rect() local
|
D | reconinter.c | 739 const int ss_y = pd->subsampling_y; in is_sub8x8_inter() local 769 const bool ss_y = pd->subsampling_y; in build_inter_predictors_sub8x8() local 853 const int ss_y = pd->subsampling_y; in build_inter_predictors_8x8_and_bigger() local
|
D | reconintra.c | 198 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() 1598 const int ss_y = pd->subsampling_y; in av1_predict_intra_block() local
|
D | restoration.h | 267 int ss_x, ss_y; member
|
D | reconinter.h | 270 int ss_x, int ss_y) { in clamp_mv_to_umv_border_sb()
|
D | thread_common.c | 720 const int ss_y = is_uv && cm->seq_params.subsampling_y; in enqueue_lr_jobs() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.c | 124 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { in vp9_setup_block_planes()
|
D | vp9_reconinter.c | 91 int bh, int ss_x, int ss_y) { in clamp_mv_to_umv_border_sb()
|
D | vp9_loopfilter.c | 1084 const int ss_y = plane->subsampling_y; in vp9_filter_block_plane_non420() local
|
/external/libaom/libaom/av1/encoder/ |
D | tokenize.c | 206 const int ss_y = pd->subsampling_y; in av1_tokenize_sb_vartx() local
|
D | encodemb.c | 794 const int ss_y = pd->subsampling_y; in av1_encode_intra_block_plane() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 265 int ss_x, int ss_y, int strength, const int *const blk_fw, int use_32x32, in vp9_apply_temporal_filter_c() 407 int ss_x, int ss_y, int strength, const int *const blk_fw, int use_32x32, in vp9_highbd_apply_temporal_filter_c()
|