Searched refs:allow_update_cdf (Results 1 – 13 of 13) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | tokenize.h | 42 uint8_t allow_update_cdf; member 51 uint8_t allow_update_cdf); 58 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() 183 uint8_t allow_update_cdf) { in av1_tokenize_sb_vartx() argument 195 struct tokenize_b_args arg = { cpi, td, 0, allow_update_cdf, dry_run }; in av1_tokenize_sb_vartx()
|
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 | 76 uint8_t allow_update_cdf);
|
D | encodeframe.c | 1653 if (tile_data->allow_update_cdf) update_stats(&cpi->common, td); in encode_b() 1724 if (tile_data->allow_update_cdf) { in encode_sb() 4915 if (tile_data->allow_update_cdf && (cpi->row_mt == 1) && in encode_sb_row() 4964 if (tile_data->allow_update_cdf && (cpi->row_mt == 1) && in encode_sb_row() 5032 tile_data->allow_update_cdf = !cm->tiles.large_scale; in av1_init_tile_data() 5033 tile_data->allow_update_cdf = in av1_init_tile_data() 5034 tile_data->allow_update_cdf && !cm->features.disable_cdf_update; in av1_init_tile_data() 6152 uint8_t allow_update_cdf) { in update_txfm_count() argument 6178 if (allow_update_cdf) in update_txfm_count() 6191 if (allow_update_cdf) in update_txfm_count() [all …]
|
D | bitstream.c | 3531 mode_bc.allow_update_cdf = !tiles->large_scale; in write_tiles_in_tg_obus() 3532 mode_bc.allow_update_cdf = in write_tiles_in_tg_obus() 3533 mode_bc.allow_update_cdf && !cm->features.disable_cdf_update; in write_tiles_in_tg_obus() 3670 mode_bc.allow_update_cdf = 1; in write_tiles_in_tg_obus() 3671 mode_bc.allow_update_cdf = in write_tiles_in_tg_obus() 3672 mode_bc.allow_update_cdf && !cm->features.disable_cdf_update; in write_tiles_in_tg_obus()
|
D | ethread.c | 337 if (this_tile->allow_update_cdf) { in enc_row_mt_worker_hook()
|
D | encoder.h | 693 uint8_t allow_update_cdf; member
|
/external/libaom/libaom/aom_dsp/ |
D | bitwriter.h | 35 uint8_t allow_update_cdf; member 111 if (w->allow_update_cdf) update_cdf(cdf, symb, nsymbs); in aom_write_symbol()
|
D | bitreader.h | 60 uint8_t allow_update_cdf; member 220 if (r->allow_update_cdf) update_cdf(cdf, ret, nsymbs); in aom_read_symbol_()
|
/external/libgav1/libgav1/src/utils/ |
D | entropy_decoder.h | 30 DaalaBitReader(const uint8_t* data, size_t size, bool allow_update_cdf);
|
D | entropy_decoder.cc | 521 bool allow_update_cdf) in DaalaBitReader() argument 525 allow_update_cdf_(allow_update_cdf) { in DaalaBitReader()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1460 uint8_t allow_update_cdf) { in setup_bool_decoder() argument 1472 r->allow_update_cdf = allow_update_cdf; in setup_bool_decoder() 2764 uint8_t allow_update_cdf; in decode_tiles() local 2774 allow_update_cdf = 0; in decode_tiles() 2782 allow_update_cdf = 1; in decode_tiles() 2793 allow_update_cdf = allow_update_cdf && !cm->features.disable_cdf_update; in decode_tiles() 2845 &cm->error, td->bit_reader, allow_update_cdf); in decode_tiles() 2905 uint8_t allow_update_cdf) { in tile_worker_hook_init() argument 2917 td->bit_reader, allow_update_cdf); in tile_worker_hook_init() 2948 uint8_t allow_update_cdf; in tile_worker_hook() local [all …]
|