Searched refs:is_inside (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_mvref_common.c | 39 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in find_mv_refs_idx() 60 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in find_mv_refs_idx() 87 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in find_mv_refs_idx()
|
D | vp9_mvref_common.h | 278 static INLINE int is_inside(const TileInfo *const tile, int mi_col, int mi_row, in is_inside() function
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 519 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in dec_find_mv_refs() 541 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in dec_find_mv_refs() 568 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in dec_find_mv_refs() 681 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in get_mode_context()
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | pfor.py | 2490 is_inside = _handle_inside_pfor(pfor_input, pfor_input.op.inputs[0]) 2491 if is_inside: 2548 is_inside = _handle_inside_pfor(pfor_input, pfor_input.op.inputs[0]) 2549 if is_inside: 2587 is_inside = _handle_inside_pfor(pfor_input, pfor_input.op.inputs[0]) 2588 if is_inside:
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.h | 75 static INLINE int is_inside(const TileInfo *const tile, int mi_col, int mi_row, in is_inside() function
|
D | mvref_common.c | 252 if (is_inside(tile, mi_col, mi_row, &mi_pos)) { in scan_blk_mbmi() 339 if (!is_inside(&xd->tile, mi_col, mi_row, &mi_pos)) return 0; in add_tpl_ref_mv() 1253 if (is_inside(tile, mi_col, mi_row, &trb_pos)) { in findSamples()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 81 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in mv_refs_rt() 101 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in mv_refs_rt() 117 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in mv_refs_rt()
|
D | vp9_rdopt.c | 2329 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in find_prev_nb_full_mvs()
|