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

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.h 24 int x_mis, int y_mis);
vp9_decodemv.c 96 int mi_offset, int x_mis, int y_mis) {
100 for (x = 0; x < x_mis; x++)
109 int x_mis, int y_mis, int segment_id) {
115 for (x = 0; x < x_mis; x++)
122 int mi_offset, int x_mis, int y_mis) {
126 for (x = 0; x < x_mis; x++)
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 ????
161 const int x_mis = VPXMIN(cm->mi_cols - mi_col, bw); local
217 const int x_mis = VPXMIN(cm->mi_cols - mi_col, bw); local
    [all...]
vp9_decodeframe.c 787 int bw, int bh, int x_mis, int y_mis,
799 for (x = !y; x < x_mis; ++x) {
823 const int x_mis = VPXMIN(bw, cm->mi_cols - mi_col); 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 301 const int x_mis = MIN(bw, cm->mi_cols - mi_col); local
310 for (x = !y; x < x_mis; ++x)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 983 const int x_mis = VPXMIN(bw, cm->mi_cols - mi_col); local
1676 const int x_mis = VPXMIN(bw, cm->mi_cols - mi_col); local
    [all...]

Completed in 74 milliseconds