Home
last modified time | relevance | path

Searched refs:scale_chroma_bsize (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtokenize.c214 scale_chroma_bsize(bsize, pd->subsampling_x, pd->subsampling_y); in av1_tokenize_sb_vartx()
Dreconinter_enc.c124 const BLOCK_SIZE plane_bsize = scale_chroma_bsize(bsize, ss_x, ss_y); in build_inter_predictors()
Dencodemb.c490 scale_chroma_bsize(bsize, subsampling_x, subsampling_y); in av1_encode_sb()
Dbitstream.c1377 scale_chroma_bsize(bsize, pd->subsampling_x, pd->subsampling_y); in write_inter_txb_coeff()
Drdopt.c4947 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/
Donyxc_int.h927 static INLINE BLOCK_SIZE scale_chroma_bsize(BLOCK_SIZE bsize, int subsampling_x, in scale_chroma_bsize() function
Dav1_loopfilter.c722 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()
Dreconintra.c1562 bsize = scale_chroma_bsize(bsize, pd->subsampling_x, pd->subsampling_y); in av1_predict_intra_block()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c681 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()