Searched refs:low_res (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_noise_estimate.c102 const int low_res = (cm->width <= 352 && cm->height <= 288); local
143 cpi->rc.avg_frame_low_motion < (low_res ? 70 : 50)) {
228 avg_est += low_res ? variance >> 4
H A Dvp9_encodeframe.c717 static int skin_sb_split(VP9_COMP *cpi, MACROBLOCK *x, const int low_res, argument
726 if (!low_res && (mi_col >= 8 && mi_col + 8 < cm->mi_cols && mi_row >= 8 &&
1077 const int low_res = (cm->width <= 352 && cm->height <= 288); local
1174 if (cpi->oxcf.speed >= 8 && !low_res)
1200 x->sb_is_skin = skin_sb_split(cpi, x, low_res, mi_row, mi_col, force_split);
1298 if (is_key_frame || (low_res &&
/external/vixl/src/aarch64/
H A Dsimulator-aarch64.cc2214 uint64_t low_res = local
2219 WriteRegister(reg_size, instr->GetRd(), low_res | high_res);

Completed in 102 milliseconds