Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c92 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 …]
Dvp9_decodemv.h23 int mi_col, int x_mis, int y_mis);
Dvp9_decodeframe.c807 int bh, int x_mis, int y_mis, int bwl, int bhl) { in set_offsets() argument
817 for (y = 0; y < y_mis; ++y) in set_offsets()
901 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); in decode_block() local
906 y_mis, bwl, bhl); in decode_block()
916 vp9_read_mode_info(twd, pbi, mi_row, mi_col, x_mis, y_mis); in decode_block()
1034 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); in parse_block() local
1039 y_mis, bwl, bhl); in parse_block()
1049 vp9_read_mode_info(twd, pbi, mi_row, mi_col, x_mis, y_mis); in parse_block()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c284 int mi_offset, int x_mis, int y_mis) { in dec_get_segment_id() argument
287 for (int y = 0; y < y_mis; y++) in dec_get_segment_id()
296 static void set_segment_id(AV1_COMMON *cm, int mi_offset, int x_mis, int y_mis, in set_segment_id() argument
300 for (int y = 0; y < y_mis; y++) in set_segment_id()
318 const int y_mis = AOMMIN(cm->mi_rows - mi_row, bh); in read_intra_segment_id() local
320 set_segment_id(cm, mi_offset, x_mis, y_mis, segment_id); in read_intra_segment_id()
327 int x_mis, int y_mis) { in copy_segment_id() argument
328 for (int y = 0; y < y_mis; y++) in copy_segment_id()
336 int x_mis, int y_mis) { in get_predicted_segment_id() argument
338 mi_offset, x_mis, y_mis) in get_predicted_segment_id()
[all …]
Ddecodemv.h26 int y_mis);
Ddecodeframe.c338 int bh, int x_mis, int y_mis) { in set_offsets() argument
356 assert(x_mis && y_mis); in set_offsets()
359 for (int y = 1; y < y_mis; ++y) { in set_offsets()
383 const int y_mis = AOMMIN(bh, cm->mi_rows - mi_row); in decode_mbmi_block() local
388 set_offsets(cm, xd, bsize, mi_row, mi_col, bw, bh, x_mis, y_mis); in decode_mbmi_block()
390 av1_read_mode_info(pbi, xd, mi_row, mi_col, r, x_mis, y_mis); in decode_mbmi_block()
/external/libaom/libaom/av1/common/
Dmvref_common.c42 int x_mis, int y_mis) { in av1_copy_frame_mvs() argument
47 y_mis = ROUND_POWER_OF_TWO(y_mis, 1); in av1_copy_frame_mvs()
50 for (h = 0; h < y_mis; h++) { in av1_copy_frame_mvs()
Dmvref_common.h245 int x_mis, int y_mis);
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1741 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); in update_state() local
1841 for (h = 0; h < y_mis; ++h) { in update_state()
2438 const int y_mis = VPXMIN(bh, cm->mi_rows - mi_row); in update_state_rt() local
2478 for (h = 0; h < y_mis; ++h) { in update_state_rt()
/external/libaom/libaom/av1/encoder/
Dencodeframe.c448 const int y_mis = AOMMIN(bh, cm->mi_rows - mi_row); in update_state() local
449 av1_copy_frame_mvs(cm, mi, mi_row, mi_col, x_mis, y_mis); in update_state()