Home
last modified time | relevance | path

Searched refs:allow_update_cdf (Results 1 – 14 of 14) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtokenize.h38 uint8_t allow_update_cdf; member
53 uint8_t allow_update_cdf);
60 COLOR_MAP_TYPE type, int allow_update_cdf,
Dtokenize.c31 int plane, int calc_rate, int allow_update_cdf, in cost_and_tokenize_map() argument
60 if (allow_update_cdf) in cost_and_tokenize_map()
118 COLOR_MAP_TYPE type, int allow_update_cdf, in av1_tokenize_color_map() argument
129 cost_and_tokenize_map(&color_map_params, t, plane, 0, allow_update_cdf, in av1_tokenize_color_map()
191 uint8_t allow_update_cdf) { in av1_tokenize_sb_vartx() argument
198 struct tokenize_b_args arg = { cpi, td, t, 0, allow_update_cdf }; in av1_tokenize_sb_vartx()
Dencodeframe.c282 static void update_filter_type_count(uint8_t allow_update_cdf, in update_filter_type_count() argument
291 if (allow_update_cdf) { in update_filter_type_count()
438 update_filter_type_count(tile_data->allow_update_cdf, td->counts, xd, in update_state()
697 uint8_t allow_update_cdf) { in update_inter_mode_stats() argument
705 if (allow_update_cdf) update_cdf(fc->newmv_cdf[mode_ctx], 0, 2); in update_inter_mode_stats()
711 if (allow_update_cdf) update_cdf(fc->newmv_cdf[mode_ctx], 1, 2); in update_inter_mode_stats()
718 if (allow_update_cdf) update_cdf(fc->zeromv_cdf[mode_ctx], 0, 2); in update_inter_mode_stats()
724 if (allow_update_cdf) update_cdf(fc->zeromv_cdf[mode_ctx], 1, 2); in update_inter_mode_stats()
729 if (allow_update_cdf) in update_inter_mode_stats()
736 FRAME_COUNTS *counts, uint8_t allow_update_cdf) { in update_palette_cdf() argument
[all …]
Dencodetxb.c163 uint8_t allow_update_cdf) { argument
167 uint8_t allow_update_cdf) {
181 if (allow_update_cdf)
188 if (allow_update_cdf)
195 if (allow_update_cdf)
202 if (allow_update_cdf) {
211 if (allow_update_cdf) {
220 if (allow_update_cdf) {
230 if (allow_update_cdf) {
244 if (allow_update_cdf)
[all …]
Dencodetxb.h64 int mi_row, int mi_col, uint8_t allow_update_cdf);
Dbitstream.c3488 mode_bc.allow_update_cdf = !cm->large_scale_tile; in write_tiles_in_tg_obus()
3489 mode_bc.allow_update_cdf = in write_tiles_in_tg_obus()
3490 mode_bc.allow_update_cdf && !cm->disable_cdf_update; in write_tiles_in_tg_obus()
3627 mode_bc.allow_update_cdf = 1; in write_tiles_in_tg_obus()
3628 mode_bc.allow_update_cdf = in write_tiles_in_tg_obus()
3629 mode_bc.allow_update_cdf && !cm->disable_cdf_update; in write_tiles_in_tg_obus()
Dethread.c321 if (this_tile->allow_update_cdf) { in enc_row_mt_worker_hook()
Dencoder.h558 uint8_t allow_update_cdf; member
/external/libaom/libaom/aom_dsp/
Ddaalaboolwriter.h31 uint8_t allow_update_cdf; member
Dbitwriter.h82 if (w->allow_update_cdf) update_cdf(cdf, symb, nsymbs); in aom_write_symbol()
Dbuf_ans.h51 uint8_t allow_update_cdf; member
Ddaalaboolreader.h37 uint8_t allow_update_cdf; member
Dbitreader.h148 if (r->allow_update_cdf) update_cdf(cdf, ret, nsymbs); in aom_read_symbol_()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1866 aom_reader *r, uint8_t allow_update_cdf) { in setup_bool_decoder() argument
1878 r->allow_update_cdf = allow_update_cdf; in setup_bool_decoder()
3146 uint8_t allow_update_cdf; in decode_tiles() local
3156 allow_update_cdf = 0; in decode_tiles()
3164 allow_update_cdf = 1; in decode_tiles()
3175 allow_update_cdf = allow_update_cdf && !cm->disable_cdf_update; in decode_tiles()
3227 &cm->error, td->bit_reader, allow_update_cdf); in decode_tiles()
3287 uint8_t allow_update_cdf) { in tile_worker_hook_init() argument
3299 td->bit_reader, allow_update_cdf); in tile_worker_hook_init()
3329 uint8_t allow_update_cdf; in tile_worker_hook() local
[all …]