Searched defs:last_q (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_postproc.h24 int last_q; member in struct:postproc_state
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dpostproc.h18 int last_q; member in struct:postproc_state
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h30 int last_q[3]; // Separate values for Intra/Inter/ARF-GF member in struct:__anon1168
H A Dvp9_onyx_if.c771 rc->last_q[0] = oxcf->best_allowed_q;
772 rc->last_q[1] = oxcf->best_allowed_q;
773 rc->last_q[2] = oxcf->best_allowed_q;
2357 int last_q = q; local
2392 loop = q != last_q;
2398 int last_q = q; local
2468 loop = q != last_q;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c1726 cpi->last_q[0] = cpi->oxcf.fixed_q;
1727 cpi->last_q[1] = cpi->oxcf.fixed_q;
4113 int last_q = Q; local
4142 Loop = Q != last_q;
4152 int last_q = Q; local
4290 Loop = Q != last_q;
4478 cpi->last_q[cm->frame_type] = cm->base_qindex;
H A Donyx_int.h371 int last_q[2]; /* Separate values for Intra/Inter */ member in struct:VP8_COMP

Completed in 77 milliseconds