Home
last modified time | relevance | path

Searched refs:trans_bits (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dbitstream.c2702 const int trans_bits = (type == TRANSLATION) in write_global_motion_params() local
2709 wb, (1 << trans_bits) + 1, SUBEXPFIN_K, in write_global_motion_params()
2713 wb, (1 << trans_bits) + 1, SUBEXPFIN_K, in write_global_motion_params()
Dencodeframe.c5130 int trans_bits, trans_prec_diff; in gm_get_params_cost() local
5155 trans_bits = (gm->wmtype == TRANSLATION) in gm_get_params_cost()
5162 (1 << trans_bits) + 1, SUBEXPFIN_K, in gm_get_params_cost()
5166 (1 << trans_bits) + 1, SUBEXPFIN_K, in gm_get_params_cost()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c4294 const int trans_bits = (type == TRANSLATION) in read_global_motion_params() local
4304 rb, (1 << trans_bits) + 1, SUBEXPFIN_K, in read_global_motion_params()
4308 rb, (1 << trans_bits) + 1, SUBEXPFIN_K, in read_global_motion_params()