Searched refs:scale_chroma_bsize (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tokenize.c | 214 scale_chroma_bsize(bsize, pd->subsampling_x, pd->subsampling_y); in av1_tokenize_sb_vartx()
|
D | reconinter_enc.c | 124 const BLOCK_SIZE plane_bsize = scale_chroma_bsize(bsize, ss_x, ss_y); in build_inter_predictors()
|
D | encodemb.c | 490 scale_chroma_bsize(bsize, subsampling_x, subsampling_y); in av1_encode_sb()
|
D | bitstream.c | 1377 scale_chroma_bsize(bsize, pd->subsampling_x, pd->subsampling_y); in write_inter_txb_coeff()
|
D | rdopt.c | 4947 bsize = scale_chroma_bsize(bsize, pd->subsampling_x, pd->subsampling_y); in super_block_uvrd() 6562 bsize = scale_chroma_bsize(bsize, xd->plane[AOM_PLANE_U].subsampling_x, in choose_intra_uv_mode()
|
/external/libaom/libaom/av1/common/ |
D | onyxc_int.h | 927 static INLINE BLOCK_SIZE scale_chroma_bsize(BLOCK_SIZE bsize, int subsampling_x, in scale_chroma_bsize() function
|
D | av1_loopfilter.c | 722 const BLOCK_SIZE bsizec = scale_chroma_bsize(bsize, ssx, ssy); in setup_masks() 896 const BLOCK_SIZE bsizec = scale_chroma_bsize(bsize, ssx, ssy); in setup_fix_block_mask()
|
D | reconintra.c | 1562 bsize = scale_chroma_bsize(bsize, pd->subsampling_x, pd->subsampling_y); in av1_predict_intra_block()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 681 const BLOCK_SIZE plane_bsize = scale_chroma_bsize(bsize, ss_x, ss_y); in dec_build_inter_predictors() 1196 scale_chroma_bsize(bsize, pd->subsampling_x, pd->subsampling_y); in decode_token_recon_block()
|