/external/llvm-project/clang/test/Driver/ |
D | check-time-trace-sections.py | 5 def is_inside(range1, range2): function 30 if not all([any([is_inside(codegen, frontend) for frontend in frontends])
|
/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/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_cfl_neon.cc | 507 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/ |
D | intrapred_cfl_sse4.cc | 127 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/ |
D | vp9_decodemv.c | 508 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/ |
D | mvref_common.h | 68 static INLINE int is_inside(const TileInfo *const tile, int mi_col, int mi_row, in is_inside() function
|
D | mvref_common.c | 248 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/ |
D | video_frame_unittest.cc | 478 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/ |
D | pfor.py | 3455 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/ |
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()
|