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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 137 const int ymis = MIN(cm->mi_rows - mi_row, bh); local
166 for (y = 0; y < ymis; y++)
175 cr->num_seg_blocks += xmis * ymis;
199 int xmis, ymis, x, y, qindex2; local
281 ymis = MIN(cm->mi_rows - mi_row,
283 for (y = 0; y < ymis; y++) {
299 if (sum_map > 0 && sum_map < xmis * ymis) {
300 const int new_value = (sum_map >= xmis * ymis / 2);
301 for (y = 0; y < ymis; y++)
309 if (sum_map >= xmis * ymis /2
    [all...]
vp9_aq_complexity.c 70 const int ymis = MIN(cm->mi_rows - mi_row, bh); 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) /
97 for (y = 0; y < ymis; y++) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_complexity.c 122 const int ymis = VPXMIN(cm->mi_rows - mi_row, num_8x8_blocks_high_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) /
160 for (y = 0; y < ymis; y++) {
vp9_aq_cyclicrefresh.c 200 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh); local
236 for (y = 0; y < ymis; y++)
254 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh); local
257 for (y = 0; y < ymis; y++)
398 int xmis, ymis, x, y; local
434 ymis =
436 for (y = 0; y < ymis; y++) {
456 if (sum_map >= xmis * ymis / 2) {
457 for (y = 0; y < ymis; y++)
461 cr->target_num_seg_blocks += xmis * ymis;
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.h 29 const int ymis = VPXMIN(cm->mi_rows - mi_row, bh); local
32 for (y = 0; y < ymis; ++y)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_pred_common.c 375 const int ymis = MIN(cm->mi_rows - mi_row, bh); local
378 for (y = 0; y < ymis; y++)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 93 const int ymis = MIN(cm->mi_rows - mi_row, bh); local
98 for (y = 0; y < ymis; y++)

Completed in 131 milliseconds