Searched defs:xmis (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_aq_complexity.c69 const int xmis = MIN(cm->mi_cols - mi_col, bw); local
79 // Rate depends on fraction of a SB64 in frame (xmis * ymis / bw * bh).
81 const int target_rate = (cpi->rc.sb64_target_rate * xmis * ymis * 256) /
98 for (x = 0; x < xmis; x++) {
H A Dvp9_aq_cyclicrefresh.c136 const int xmis = MIN(cm->mi_cols - mi_col, bw); local
167 for (x = 0; x < xmis; x++) {
175 cr->num_seg_blocks += xmis * ymis;
199 int xmis, ymis, x, y, qindex2; local
279 xmis = MIN(cm->mi_cols - mi_col,
284 for (x = 0; x < xmis; x++) {
299 if (sum_map > 0 && sum_map < xmis * ymis) {
300 const int new_value = (sum_map >= xmis * ymis / 2);
302 for (x = 0; x < xmis; x++)
309 if (sum_map >= xmis * ymi
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_pred_common.c374 const int xmis = MIN(cm->mi_cols - mi_col, bw); local
379 for (x = 0; x < xmis; x++)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodemv.c92 const int xmis = MIN(cm->mi_cols - mi_col, bw); local
99 for (x = 0; x < xmis; x++)

Completed in 6 milliseconds