Home
last modified time | relevance | path

Searched refs:ssx (Results 1 – 18 of 18) sorted by relevance

/external/libaom/libaom/av1/common/
Dav1_loopfilter.c675 int mi_col, int ssx, int ssy, EDGE_DIR dir) { in is_frame_boundary() argument
676 if (plane && (ssx || ssy)) { in is_frame_boundary()
677 if (ssx && ssy) { // format 420 in is_frame_boundary()
681 } else if (ssx) { // format 422 in is_frame_boundary()
699 row_or_col = ssx ? (mi_col & 0x0FFFFFFE) : mi_col; in is_frame_boundary()
708 int ssx, int ssy, TX_SIZE tx_size) { in setup_masks() argument
710 const int x = (mi_col << (MI_SIZE_LOG2 - ssx)); in setup_masks()
716 mi_col |= ssx; in setup_masks()
722 const BLOCK_SIZE bsizec = scale_chroma_bsize(bsize, ssx, ssy); in setup_masks()
723 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsizec][ssx][ssy]; in setup_masks()
[all …]
Dcfl.h26 const int ssx = xd->plane[AOM_PLANE_U].subsampling_x; in is_cfl_allowed() local
28 const int plane_bsize = get_plane_block_size(bsize, ssx, ssy); in is_cfl_allowed()
Dreconinter.c1101 const int ssx = xd->plane[plane].subsampling_x; in av1_build_intra_predictors_for_interintra() local
1103 BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, ssx, ssy); in av1_build_intra_predictors_for_interintra()
1119 const int ssx = xd->plane[plane].subsampling_x; in av1_combine_interintra() local
1121 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, ssx, ssy); in av1_combine_interintra()
/external/libaom/libaom/aom_dsp/
Dvariance.c306 const int ssx = pd->subsampling_x; in aom_upsampled_pred_c() local
308 assert(ssx == 0 && ssy == 0); in aom_upsampled_pred_c()
318 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; in aom_upsampled_pred_c()
323 orig_pos_x += mv->col * (1 << (1 - ssx)); in aom_upsampled_pred_c()
330 const int left = -AOM_LEFT_TOP_MARGIN_SCALED(ssx); in aom_upsampled_pred_c()
898 const int ssx = pd->subsampling_x; in aom_highbd_upsampled_pred_c() local
900 assert(ssx == 0 && ssy == 0); in aom_highbd_upsampled_pred_c()
910 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; in aom_highbd_upsampled_pred_c()
915 orig_pos_x += mv->col * (1 << (1 - ssx)); in aom_highbd_upsampled_pred_c()
922 const int left = -AOM_LEFT_TOP_MARGIN_SCALED(ssx); in aom_highbd_upsampled_pred_c()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.h97 int ssx, int ssy,
Dvp9_denoiser.c609 int ssx, int ssy, in vp9_denoiser_alloc() argument
651 denoise_width, denoise_height, ssx, ssy, in vp9_denoiser_alloc()
666 denoise_width, denoise_height, ssx, ssy, in vp9_denoiser_alloc()
679 fail = vpx_alloc_frame_buffer(&denoiser->last_source, width, height, ssx, ssy, in vp9_denoiser_alloc()
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c509 const int ssx = pd->subsampling_x; in aom_upsampled_pred_sse2() local
511 assert(ssx == 0 && ssy == 0); in aom_upsampled_pred_sse2()
521 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; in aom_upsampled_pred_sse2()
526 orig_pos_x += mv->col * (1 << (1 - ssx)); in aom_upsampled_pred_sse2()
533 const int left = -AOM_LEFT_TOP_MARGIN_SCALED(ssx); in aom_upsampled_pred_sse2()
Dhighbd_variance_sse2.c640 const int ssx = pd->subsampling_x; in aom_highbd_upsampled_pred_sse2() local
642 assert(ssx == 0 && ssy == 0); in aom_highbd_upsampled_pred_sse2()
652 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; in aom_highbd_upsampled_pred_sse2()
657 orig_pos_x += mv->col * (1 << (1 - ssx)); in aom_highbd_upsampled_pred_sse2()
664 const int left = -AOM_LEFT_TOP_MARGIN_SCALED(ssx); in aom_highbd_upsampled_pred_sse2()
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c39 int ssx = pd->subsampling_x; in calc_subpel_params() local
44 orig_pos_x += mv.col * (1 << (1 - ssx)); in calc_subpel_params()
51 const int left = -AOM_LEFT_TOP_MARGIN_SCALED(ssx); in calc_subpel_params()
Dtemporal_filter.c64 const int ssx = (uv_block_width == (BW >> 1)) ? 1 : 0; in temporal_filter_predictors_mb_c() local
65 if (ssx) { in temporal_filter_predictors_mb_c()
Drdopt.c6330 const int ssx = xd->plane[AOM_PLANE_U].subsampling_x; in cfl_rd_pick_alpha() local
6332 const BLOCK_SIZE plane_bsize = get_plane_block_size(mbmi->sb_type, ssx, ssy); in cfl_rd_pick_alpha()
/external/libaom/libaom/av1/decoder/
Dobu.c422 const int ssx = cm->seq_params.subsampling_x; in copy_decoded_tile_to_tile_list_buffer() local
432 const int shift_x = plane > 0 ? ssx : 0; in copy_decoded_tile_to_tile_list_buffer()
Ddecodeframe.c560 int ssx = pd->subsampling_x; in dec_calc_subpel_params() local
565 orig_pos_x += mv.col * (1 << (1 - ssx)); in dec_calc_subpel_params()
572 const int left = -AOM_LEFT_TOP_MARGIN_SCALED(ssx); in dec_calc_subpel_params()
/external/libaom/libaom/av1/
Dav1_dx_iface.c815 const int ssx = ctx->img.x_chroma_shift; in decoder_get_frame() local
823 mi_col * (MI_SIZE >> ssx) * (1 + is_hbd); in decoder_get_frame()
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Name_Index.tab6312 ssx Samberigi Samberigi
Diso-639-3.tab6063 ssx I L Samberigi
Dlanguage-subtag-registry32720 Subtag: ssx
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt6535 "ssx~z",