/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 96 int mi_offset, int x_mis, int y_mis) { 99 for (y = 0; y < y_mis; y++) 109 int x_mis, int y_mis, int segment_id) { 114 for (y = 0; y < y_mis; y++) 122 int mi_offset, int x_mis, int y_mis) { 125 for (y = 0; y < y_mis; y++) 132 int x_mis, int y_mis, 142 mi_offset, x_mis, y_mis); 147 set_segment_id(cm, mi_offset, x_mis, y_mis, segment_id); 160 // TODO(slavarnway): move x_mis, y_mis into xd ???? 162 const int y_mis = VPXMIN(cm->mi_rows - mi_row, bh); local 218 const int y_mis = VPXMIN(cm->mi_rows - mi_row, bh); local [all...] |
vp9_decodeframe.c | 787 int bw, int bh, int x_mis, int y_mis, 798 for (y = 0; y < y_mis; ++y) 824 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); local 827 bw, bh, x_mis, y_mis, bwl, bhl); 837 vpx_read_mode_info(pbi, xd, mi_row, mi_col, r, x_mis, y_mis); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 302 const int y_mis = MIN(bh, cm->mi_rows - mi_row); local 309 for (y = 0; y < y_mis; ++y) [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | 984 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); local 1677 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); local [all...] |