Home
last modified time | relevance | path

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

/external/vixl/test/aarch64/
Dtest-utils-aarch64.cc657 const int q_offset = offsetof(dump_t, q_); in Dump() local
682 DumpRegisters<VRegister>(masm, dump_base, q_offset, kQRegSizeInBytes); in Dump()
/external/libaom/libaom/av1/
Dav1_cx_iface.c674 static double convert_qp_offset(int cq_level, int q_offset, int bit_depth) { in convert_qp_offset() argument
676 const int new_q_index_offset = av1_quantizer_to_qindex(q_offset); in convert_qp_offset()