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

  /external/libaom/libaom/av1/encoder/
aq_complexity.c 125 const int xmis = AOMMIN(cm->mi_cols - mi_col, mi_size_wide[bs]); local
134 // Rate depends on fraction of a SB64 in frame (xmis * ymis / bw * bh).
136 const int64_t num = (int64_t)(cpi->rc.sb64_target_rate * xmis * ymis)
168 for (x = 0; x < xmis; x++) {
aq_cyclicrefresh.c 207 const int xmis = AOMMIN(cm->mi_cols - mi_col, bw); local
244 for (x = 0; x < xmis; x++) {
295 int xmis, ymis, x, y; local
326 xmis = AOMMIN(cm->mi_cols - mi_col, cm->seq_params.mib_size);
329 for (x = 0; x < xmis; x++) {
343 if (sum_map >= xmis * ymis / 2) {
345 for (x = 0; x < xmis; x++) {
348 cr->target_num_seg_blocks += xmis * ymis;
bitstream.c 421 const int xmis = AOMMIN(cm->mi_cols - mi_col, bw); local
426 for (x = 0; x < xmis; ++x)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_complexity.c 117 const int xmis = VPXMIN(cm->mi_cols - mi_col, num_8x8_blocks_wide_lookup[bs]); local
126 // Rate depends on fraction of a SB64 in frame (xmis * ymis / bw * bh).
129 (cpi->rc.sb64_target_rate * xmis * ymis * 256) / (bw * bh);
156 for (x = 0; x < xmis; x++) {
vp9_aq_variance.c 203 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); local
207 if (xmis < bw || ymis < bh) {
217 for (x = 0; x < xmis; ++x) {
vp9_aq_cyclicrefresh.c 167 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); local
215 for (x = 0; x < xmis; x++) {
230 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); local
235 for (x = 0; x < xmis; x++) {
365 int xmis, ymis, x, y; local
417 xmis =
422 (xmis <= 2 || ymis <= 2))
425 for (x = 0; x < xmis; x++) {
444 if (sum_map >= xmis * ymis / 2) {
455 for (x = 0; x < xmis; x++)
    [all...]
vp9_denoiser.c 381 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); local
386 for (j = 0; j < xmis; j++) {
vp9_encodeframe.c 776 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); local
781 for (j = 0; j < xmis; j += 2) {
6055 const int xmis = VPXMIN(cm->mi_cols - mi_col, bw); local
    [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)
  /external/libaom/libaom/av1/common/
pred_common.h 30 const int xmis = AOMMIN(cm->mi_cols - mi_col, bw); local
35 for (x = 0; x < xmis; ++x)

Completed in 723 milliseconds