HomeSort by relevance Sort by last modified time
    Searched refs:xmis (Results 1 - 7 of 7) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 136 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 * ymis /2
    [all...]
vp9_aq_complexity.c 69 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++) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_complexity.c 121 const int xmis = VPXMIN(cm->mi_cols - mi_col, num_8x8_blocks_wide_lookup[bs]); local
130 // Rate depends on fraction of a SB64 in frame (xmis * ymis / bw * bh).
132 const int target_rate = (cpi->rc.sb64_target_rate * xmis * ymis * 256) /
161 for (x = 0; x < xmis; x++) {
vp9_aq_cyclicrefresh.c 199 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); local
237 for (x = 0; x < xmis; x++) {
253 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); local
258 for (x = 0; x < xmis; x++) {
398 int xmis, ymis, x, y; local
432 xmis =
437 for (x = 0; x < xmis; x++) {
456 if (sum_map >= xmis * ymis / 2) {
458 for (x = 0; x < xmis; x++) {
461 cr->target_num_seg_blocks += xmis * ymis
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 28 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); local
33 for (x = 0; x < xmis; ++x)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.c 374 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/
vp9_decodemv.c 92 const int xmis = MIN(cm->mi_cols - mi_col, bw); local
99 for (x = 0; x < xmis; x++)

Completed in 36 milliseconds