Home
last modified time | relevance | path

Searched refs:is_chroma_reference (Results 1 – 15 of 15) sorted by relevance

/external/libaom/libaom/av1/decoder/
Ddecodemv.c563 is_chroma_reference(mi_row, mi_col, bsize, xd->plane[1].subsampling_x, in read_palette_mode_info()
797 is_chroma_reference(mi_row, mi_col, bsize, xd->plane[1].subsampling_x, in read_intra_frame_mode_info()
799 xd->cfl.is_chroma_reference = 1; in read_intra_frame_mode_info()
813 xd->cfl.is_chroma_reference = 0; in read_intra_frame_mode_info()
1060 is_chroma_reference(mi_row, mi_col, bsize, xd->plane[1].subsampling_x, in read_intra_block_mode_info()
1062 xd->cfl.is_chroma_reference = has_chroma; in read_intra_block_mode_info()
1478 xd->cfl.is_chroma_reference = in read_inter_block_mode_info()
1479 is_chroma_reference(mi_row, mi_col, bsize, cm->seq_params.subsampling_x, in read_inter_block_mode_info()
Ddecoder.c219 if (is_chroma_reference(mi_row, mi_col, bsize, pd->subsampling_x, in av1_visit_palette()
Ddecodeframe.c849 if (!is_chroma_reference(mi_row, mi_col, bsize, pd->subsampling_x, in dec_build_inter_predictors_for_planes()
1087 if (!is_chroma_reference(mi_row, mi_col, bsize, pd->subsampling_x, in predict_inter_block()
1118 cfl->is_chroma_reference = is_chroma_reference( in decode_token_recon_block()
1139 if (!is_chroma_reference(mi_row, mi_col, bsize, pd->subsampling_x, in decode_token_recon_block()
1192 if (!is_chroma_reference(mi_row, mi_col, bsize, pd->subsampling_x, in decode_token_recon_block()
/external/libaom/libaom/av1/common/
Dblockd.c65 is_chroma_reference(mi_row, mi_col, bsize, xd->plane[1].subsampling_x, in av1_reset_skip_context()
Dcfl.h44 if (!xd->cfl.is_chroma_reference) { in store_cfl_required()
Dmvref_common.h316 if (is_chroma_reference(mi_row, mi_col, bsize, pd->subsampling_x, in av1_is_dv_valid()
Dblockd.h479 int is_chroma_reference; member
Donyxc_int.h918 static INLINE int is_chroma_reference(int mi_row, int mi_col, BLOCK_SIZE bsize, in is_chroma_reference() function
/external/libaom/libaom/av1/encoder/
Dencodemb.c406 if (!is_chroma_reference(mi_row, mi_col, bsize, in av1_foreach_transformed_block()
485 if (!is_chroma_reference(mi_row, mi_col, bsize, subsampling_x, in av1_encode_sb()
646 if (!is_chroma_reference(mi_row, mi_col, bsize, in av1_encode_intra_block_plane()
Dtokenize.c207 if (!is_chroma_reference(mi_row, mi_col, bsize, in av1_tokenize_sb_vartx()
Dreconinter_enc.c245 if (!is_chroma_reference(mi_row, mi_col, bsize, pd->subsampling_x, in build_inter_predictors_for_plane()
Dencodeframe.c578 !is_chroma_reference(mi_row, mi_col, bsize, xd->plane[1].subsampling_x, in pick_sb_modes()
849 if (!is_chroma_reference(mi_row, mi_col, bsize, in sum_intra_stats()
5965 xd->cfl.is_chroma_reference = in encode_superblock()
5966 is_chroma_reference(mi_row, mi_col, bsize, cm->seq_params.subsampling_x, in encode_superblock()
6028 if (!is_chroma_reference(mi_row, mi_col, bsize, pd->subsampling_x, in encode_superblock()
6116 !is_chroma_reference(mi_row, mi_col, bsize, cfl->subsampling_x, in encode_superblock()
Dbitstream.c787 is_chroma_reference(mi_row, mi_col, bsize, xd->plane[1].subsampling_x, in write_palette_mode_info()
1014 is_chroma_reference(mi_row, mi_col, bsize, xd->plane[1].subsampling_x, in write_intra_prediction_modes()
1473 if (!is_chroma_reference(mi_row, mi_col, mbmi->sb_type, in write_tokens_b()
Dencodetxb.c677 if (!is_chroma_reference(mi_row, mi_col, bsize, pd->subsampling_x,
Drdopt.c925 if (!xd->cfl.is_chroma_reference) { in store_cfl_required_rdo()
6559 xd->cfl.is_chroma_reference = in choose_intra_uv_mode()
6560 is_chroma_reference(mi_row, mi_col, bsize, cm->seq_params.subsampling_x, in choose_intra_uv_mode()
10816 xd->cfl.is_chroma_reference = in av1_rd_pick_intra_mode_sb()
10817 is_chroma_reference(mi_row, mi_col, bsize, cm->seq_params.subsampling_x, in av1_rd_pick_intra_mode_sb()