Home
last modified time | relevance | path

Searched refs:disable_cdf_update (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dbitstream.c2845 aom_wb_write_bit(wb, cm->disable_cdf_update); in write_uncompressed_header_obu()
3029 !(seq_params->reduced_still_picture_hdr) && !(cm->disable_cdf_update); in write_uncompressed_header_obu()
3490 mode_bc.allow_update_cdf && !cm->disable_cdf_update; in write_tiles_in_tg_obus()
3629 mode_bc.allow_update_cdf && !cm->disable_cdf_update; in write_tiles_in_tg_obus()
Dencoder.c4974 cm->disable_cdf_update = 1; in encode_frame_to_data_rate()
4977 cm->disable_cdf_update = 0; in encode_frame_to_data_rate()
4985 cm->disable_cdf_update = in encode_frame_to_data_rate()
Dencodeframe.c4990 tile_data->allow_update_cdf && !cm->disable_cdf_update; in av1_init_tile_data()
/external/libaom/libaom/av1/common/
Donyxc_int.h367 uint8_t disable_cdf_update; member
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c3175 allow_update_cdf = allow_update_cdf && !cm->disable_cdf_update; in decode_tiles()
3342 allow_update_cdf = allow_update_cdf && !cm->disable_cdf_update; in tile_worker_hook()
3587 allow_update_cdf = allow_update_cdf && !cm->disable_cdf_update; in row_mt_worker_hook()
4977 cm->disable_cdf_update = aom_rb_read_bit(rb); in read_uncompressed_header()
5297 !(seq_params->reduced_still_picture_hdr) && !(cm->disable_cdf_update); in read_uncompressed_header()