Searched refs:y_mis (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 92 int mi_offset, int x_mis, int y_mis) { in dec_get_segment_id() argument 95 for (y = 0; y < y_mis; y++) in dec_get_segment_id() 104 static void set_segment_id(VP9_COMMON *cm, int mi_offset, int x_mis, int y_mis, in set_segment_id() argument 110 for (y = 0; y < y_mis; y++) in set_segment_id() 118 int x_mis, int y_mis) { in copy_segment_id() argument 121 for (y = 0; y < y_mis; y++) in copy_segment_id() 129 int y_mis, vpx_reader *r) { in read_intra_segment_id() argument 137 mi_offset, x_mis, y_mis); in read_intra_segment_id() 142 set_segment_id(cm, mi_offset, x_mis, y_mis, segment_id); in read_intra_segment_id() 148 int x_mis, int y_mis) { in read_inter_segment_id() argument [all …]
|
D | vp9_decodemv.h | 23 int mi_col, int x_mis, int y_mis);
|
D | vp9_decodeframe.c | 736 int bh, int x_mis, int y_mis, int bwl, int bhl) { in set_offsets() argument 746 for (y = 0; y < y_mis; ++y) in set_offsets() 770 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); in decode_block() local 775 y_mis, bwl, bhl); in decode_block() 785 vp9_read_mode_info(twd, pbi, mi_row, mi_col, x_mis, y_mis); in decode_block()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1469 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); in update_state() local 1569 for (h = 0; h < y_mis; ++h) { in update_state() 2174 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); in update_state_rt() local 2214 for (h = 0; h < y_mis; ++h) { in update_state_rt()
|