Searched refs:skip_recode (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_block.h61 int skip_recode; member in struct:macroblock
H A Dvp9_encodemb.c489 if (!x->skip_recode) {
511 if (x->optimize && (!x->skip_recode || !x->skip_optimize)) {
583 if (!x->skip_recode)
586 if (x->optimize && (!x->skip_recode || !x->skip_optimize)) {
633 if (!x->skip_recode) {
653 if (!x->skip_recode) {
673 if (!x->skip_recode) {
694 if (!x->skip_recode) {
H A Dvp9_encodeframe.c732 x->skip_recode = 0;
3580 x->skip_recode = !x->select_tx_size && mbmi->sb_type >= BLOCK_8X8 &&
3585 if (!x->skip_recode && !cpi->sf.use_nonrd_pick_mode)
H A Dvp9_firstpass.c509 x->skip_recode = 0;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c392 if (!x->skip_recode)
395 if (x->optimize && (!x->skip_recode || !x->skip_optimize)) {
460 if (!x->skip_recode)
463 if (x->optimize && (!x->skip_recode || !x->skip_optimize)) {
510 if (!x->skip_recode) {
530 if (!x->skip_recode) {
550 if (!x->skip_recode) {
571 if (!x->skip_recode) {
H A Dvp9_block.h95 int skip_recode; member in struct:macroblock
H A Dvp9_firstpass.c557 x->skip_recode = 0;
H A Dvp9_encodeframe.c1011 x->skip_recode = 0;
3585 x->skip_recode = !x->select_txfm_size && mbmi->sb_type >= BLOCK_8X8 &&

Completed in 1776 milliseconds