Home
last modified time | relevance | path

Searched refs:is_inside (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/test/Driver/
Dcheck-time-trace-sections.py5 def is_inside(range1, range2): function
30 if not all([any([is_inside(codegen, frontend) for frontend in frontends])
/external/libvpx/libvpx/vp9/common/
Dvp9_mvref_common.c39 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()
Dvp9_mvref_common.h278 static INLINE int is_inside(const TileInfo *const tile, int mi_col, int mi_row, in is_inside() function
/external/libgav1/libgav1/src/dsp/arm/
Dintrapred_cfl_neon.cc507 template <int block_height_log2, bool is_inside>
530 if (!is_inside) { in CflSubsampler444_4xH_NEON()
557 if (!is_inside) { in CflSubsampler444_4xH_NEON()
588 template <int block_height_log2, bool is_inside>
607 if (!is_inside) { in CflSubsampler444_8xH_NEON()
632 if (!is_inside) { in CflSubsampler444_8xH_NEON()
666 template <int block_width_log2, int block_height_log2, bool is_inside>
698 if (!is_inside) { in CflSubsampler444_WxH_NEON()
737 if (!is_inside) { in CflSubsampler444_WxH_NEON()
/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_cfl_sse4.cc127 template <int block_height_log2, bool is_inside>
159 if (!is_inside) { in CflSubsampler444_4xH_SSE4_1()
1018 template <int block_height_log2, bool is_inside>
1040 if (!is_inside) { in CflSubsampler444_4xH_SSE4_1()
1068 if (!is_inside) { in CflSubsampler444_4xH_SSE4_1()
1099 template <int block_height_log2, bool is_inside>
1120 if (!is_inside) { in CflSubsampler444_8xH_SSE4_1()
1147 if (!is_inside) { in CflSubsampler444_8xH_SSE4_1()
1181 template <int block_width_log2, int block_height_log2, bool is_inside>
1220 if (!is_inside) { in CflSubsampler444_WxH_SSE4_1()
[all …]
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c508 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in dec_find_mv_refs()
530 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in dec_find_mv_refs()
557 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in dec_find_mv_refs()
678 if (is_inside(tile, mi_col, mi_row, cm->mi_rows, mv_ref)) { in get_mode_context()
/external/libaom/libaom/av1/common/
Dmvref_common.h68 static INLINE int is_inside(const TileInfo *const tile, int mi_col, int mi_row, in is_inside() function
Dmvref_common.c248 if (is_inside(tile, mi_col, mi_row, &mi_pos)) { in scan_blk_mbmi()
333 if (!is_inside(&xd->tile, mi_col, mi_row, &mi_pos)) return 0; in add_tpl_ref_mv()
1229 if (is_inside(tile, mi_col, mi_row, &trb_pos)) { in av1_findSamples()
/external/webrtc/common_video/
Dvideo_frame_unittest.cc478 bool is_inside = i >= kOffsetx && i < kOffsetx + kPicSize && in TEST_P() local
480 if (!is_inside) { in TEST_P()
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py3455 is_inside = _handle_inside_pfor(pfor_input, pfor_input.op.inputs[0])
3456 if is_inside:
3513 is_inside = _handle_inside_pfor(pfor_input, pfor_input.op.inputs[0])
3514 if is_inside:
3552 is_inside = _handle_inside_pfor(pfor_input, pfor_input.op.inputs[0])
3553 if is_inside:
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c81 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()