Home
last modified time | relevance | path

Searched refs:eob_shift (Results 1 – 2 of 2) sorted by relevance

/external/libaom/av1/encoder/
Dtxb_rdopt_utils.h76 const int eob_shift = av1_eob_offset_bits[eob_pt] - 1; in get_eob_cost() local
77 const int bit = (eob_extra & (1 << eob_shift)) ? 1 : 0; in get_eob_cost()
Dencodetxb.c212 int eob_shift = av1_eob_offset_bits[eob_pt] - 1; local
213 int bit = (eob_extra & (1 << eob_shift)) ? 1 : 0;
333 int eob_shift = eob_offset_bits - 1; local
334 int bit = (eob_extra & (1 << eob_shift)) ? 1 : 0;
338 eob_shift = eob_offset_bits - 1 - i;
339 bit = (eob_extra & (1 << eob_shift)) ? 1 : 0;