Home
last modified time | relevance | path

Searched refs:y_mis (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c96 int mi_offset, int x_mis, int y_mis) { in dec_get_segment_id() argument
99 for (y = 0; y < y_mis; y++) in dec_get_segment_id()
109 int x_mis, int y_mis, int segment_id) { in set_segment_id() argument
114 for (y = 0; y < y_mis; y++) in set_segment_id()
122 int mi_offset, int x_mis, int y_mis) { in copy_segment_id() argument
125 for (y = 0; y < y_mis; y++) in copy_segment_id()
132 int x_mis, int y_mis, in read_intra_segment_id() argument
142 mi_offset, x_mis, y_mis); in read_intra_segment_id()
147 set_segment_id(cm, mi_offset, x_mis, y_mis, segment_id); in read_intra_segment_id()
162 const int y_mis = VPXMIN(cm->mi_rows - mi_row, bh); in read_inter_segment_id() local
[all …]
Dvp9_decodemv.h24 int x_mis, int y_mis);
Dvp9_decodeframe.c787 int bw, int bh, int x_mis, int y_mis, in set_offsets() argument
798 for (y = 0; y < y_mis; ++y) in set_offsets()
824 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); in decode_block() local
827 bw, bh, x_mis, y_mis, bwl, bhl); in decode_block()
837 vpx_read_mode_info(pbi, xd, mi_row, mi_col, r, x_mis, y_mis); in decode_block()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c984 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); in update_state() local
1094 for (h = 0; h < y_mis; ++h) { in update_state()
1677 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); in update_state_rt() local
1716 for (h = 0; h < y_mis; ++h) { in update_state_rt()