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

/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.h23 int mi_col, int x_mis, int y_mis);
H A Dvp9_decodemv.c92 int mi_offset, int x_mis, int y_mis) {
95 for (y = 0; y < y_mis; y++)
104 static void set_segment_id(VP9_COMMON *cm, int mi_offset, int x_mis, int y_mis, argument
110 for (y = 0; y < y_mis; y++)
118 int x_mis, int y_mis) {
121 for (y = 0; y < y_mis; y++)
129 int y_mis, vpx_reader *r) {
137 mi_offset, x_mis, y_mis);
142 set_segment_id(cm, mi_offset, x_mis, y_mis, segment_id);
148 int x_mis, int y_mis) {
91 dec_get_segment_id(const VP9_COMMON *cm, const uint8_t *segment_ids, int mi_offset, int x_mis, int y_mis) argument
115 copy_segment_id(const VP9_COMMON *cm, const uint8_t *last_segment_ids, uint8_t *current_segment_ids, int mi_offset, int x_mis, int y_mis) argument
128 read_intra_segment_id(VP9_COMMON *const cm, int mi_offset, int x_mis, int y_mis, vpx_reader *r) argument
146 read_inter_segment_id(VP9_COMMON *const cm, MACROBLOCKD *const xd, int mi_row, int mi_col, vpx_reader *r, int x_mis, int y_mis) argument
192 read_intra_frame_mode_info(VP9_COMMON *const cm, MACROBLOCKD *const xd, int mi_row, int mi_col, vpx_reader *r, int x_mis, int y_mis) argument
808 read_inter_frame_mode_info(VP9Decoder *const pbi, MACROBLOCKD *const xd, int mi_row, int mi_col, vpx_reader *r, int x_mis, int y_mis) argument
833 vp9_read_mode_info(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, int mi_col, int x_mis, int y_mis) argument
[all...]
H A Dvp9_decodeframe.c736 int bh, int x_mis, int y_mis, int bwl, int bhl) {
746 for (y = 0; y < y_mis; ++y)
770 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); local
775 y_mis, bwl, bhl);
785 vp9_read_mode_info(twd, pbi, mi_row, mi_col, x_mis, y_mis);
734 set_offsets(VP9_COMMON *const cm, MACROBLOCKD *const xd, BLOCK_SIZE bsize, int mi_row, int mi_col, int bw, int bh, int x_mis, int y_mis, int bwl, int bhl) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1469 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); local
1569 for (h = 0; h < y_mis; ++h) {
2174 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); local
2214 for (h = 0; h < y_mis; ++h) {

Completed in 110 milliseconds