/external/libaom/libaom/av1/encoder/ |
D | tokenize.h | 38 uint8_t allow_update_cdf; member 53 uint8_t allow_update_cdf); 60 COLOR_MAP_TYPE type, int allow_update_cdf,
|
D | tokenize.c | 31 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()
|
D | encodeframe.c | 282 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 …]
|
D | encodetxb.c | 163 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 …]
|
D | encodetxb.h | 64 int mi_row, int mi_col, uint8_t allow_update_cdf);
|
D | bitstream.c | 3488 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()
|
D | ethread.c | 321 if (this_tile->allow_update_cdf) { in enc_row_mt_worker_hook()
|
D | encoder.h | 558 uint8_t allow_update_cdf; member
|
/external/libaom/libaom/aom_dsp/ |
D | daalaboolwriter.h | 31 uint8_t allow_update_cdf; member
|
D | bitwriter.h | 82 if (w->allow_update_cdf) update_cdf(cdf, symb, nsymbs); in aom_write_symbol()
|
D | buf_ans.h | 51 uint8_t allow_update_cdf; member
|
D | daalaboolreader.h | 37 uint8_t allow_update_cdf; member
|
D | bitreader.h | 148 if (r->allow_update_cdf) update_cdf(cdf, ret, nsymbs); in aom_read_symbol_()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1866 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 …]
|