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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c136 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 /
[all...]
H A Dvp9_aq_complexity.c106 const int ymis = MIN(cm->mi_rows - mi_row, bh); local
115 // Rate depends on fraction of a SB64 in frame (xmis * ymis / bw * bh).
117 const int target_rate = (cpi->rc.sb64_target_rate * xmis * ymis * 256) /
144 for (y = 0; y < ymis; y++) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c137 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 /
[all...]
H A Dvp9_aq_complexity.c69 const int ymis = MIN(cm->mi_rows - mi_row, bh); local
78 // Rate depends on fraction of a SB64 in frame (xmis * ymis / bw * bh).
80 const int target_rate = (cpi->rc.sb64_target_rate * xmis * ymis * 256) /
96 for (y = 0; y < ymis; y++) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_pred_common.c375 const int ymis = MIN(cm->mi_rows - mi_row, bh); local
378 for (y = 0; y < ymis; y++)
/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c375 const int ymis = MIN(cm->mi_rows - mi_row, bh); local
378 for (y = 0; y < ymis; y++)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodemv.c92 const int ymis = MIN(cm->mi_rows - mi_row, bh); local
97 for (y = 0; y < ymis; y++)
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c93 const int ymis = MIN(cm->mi_rows - mi_row, bh); local
98 for (y = 0; y < ymis; y++)

Completed in 121 milliseconds