/external/libaom/libaom/av1/common/ |
D | av1_loopfilter.c | 675 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 …]
|
D | cfl.h | 26 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()
|
D | reconinter.c | 1101 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/ |
D | variance.c | 306 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/ |
D | vp9_denoiser.h | 97 int ssx, int ssy,
|
D | vp9_denoiser.c | 609 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/ |
D | variance_sse2.c | 509 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()
|
D | highbd_variance_sse2.c | 640 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/ |
D | reconinter_enc.c | 39 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()
|
D | temporal_filter.c | 64 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()
|
D | rdopt.c | 6330 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/ |
D | obu.c | 422 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()
|
D | decodeframe.c | 560 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/ |
D | av1_dx_iface.c | 815 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/ |
D | iso-639-3_Name_Index.tab | 6312 ssx Samberigi Samberigi
|
D | iso-639-3.tab | 6063 ssx I L Samberigi
|
D | language-subtag-registry | 32720 Subtag: ssx
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 6535 "ssx~z",
|