Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dspherical.c43 uint64_t orig_width = (uint64_t) width * UINT32_MAX / in av_spherical_tile_bounds() local
49 *left = (orig_width * map->bound_left + UINT32_MAX - 1) / UINT32_MAX; in av_spherical_tile_bounds()
51 *right = orig_width - width - *left; in av_spherical_tile_bounds()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dbounding_box.cc196 … int32_t target_height, int32_t orig_width, int32_t orig_height) { in UpdateBBoxesForResize() argument
198 CHECK_FAIL_RETURN_UNEXPECTED(orig_width != 0, "BoundingBox: orig_width is zero."); in UpdateBBoxesForResize()
202 bbox_float W_aspRatio = (target_width * 1.0) / (orig_width * 1.0); in UpdateBBoxesForResize()
Dbounding_box.h126 … int32_t target_height, int32_t orig_width, int32_t orig_height);
/third_party/spirv-tools/source/opt/
Dconvert_to_half_pass.cpp127 uint32_t orig_width = (cty_inst->GetSingleWordInOperand(0) == 16) ? 32 : 16; in MatConvertCleanup() local
129 uint32_t orig_vty_id = EquivFloatTypeId(vty_id, orig_width); in MatConvertCleanup()
145 inst->SetResultType(EquivFloatTypeId(mty_id, orig_width)); in MatConvertCleanup()
/third_party/ffmpeg/libavcodec/
Drv34.h114 int orig_width, orig_height; member
Drv30.c71 w = r->orig_width; in rv30_parse_slice_header()
265 r->orig_width = avctx->coded_width; in rv30_decode_init()
Drv10.c55 int orig_width, orig_height; member
226 new_w = rv->orig_width; in rv20_decode_picture_header()
385 rv->orig_width = in rv10_decode_init()
Dg2meet.c141 int orig_width, orig_height; member
1602 c->orig_width = avctx->width; in g2m_decode_init()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconvert_to_half_pass.cpp127 uint32_t orig_width = (cty_inst->GetSingleWordInOperand(0) == 16) ? 32 : 16; in MatConvertCleanup() local
129 uint32_t orig_vty_id = EquivFloatTypeId(vty_id, orig_width); in MatConvertCleanup()
145 inst->SetResultType(EquivFloatTypeId(mty_id, orig_width)); in MatConvertCleanup()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp127 uint32_t orig_width = (cty_inst->GetSingleWordInOperand(0) == 16) ? 32 : 16; in MatConvertCleanup() local
129 uint32_t orig_vty_id = EquivFloatTypeId(vty_id, orig_width); in MatConvertCleanup()
145 inst->SetResultType(EquivFloatTypeId(mty_id, orig_width)); in MatConvertCleanup()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_copy_propagation.cpp661 const unsigned orig_width = 1 << entry->src.width; in try_copy_propagate() local
664 inst->src[arg].width = cvt(MIN2(orig_width, reg_width)) - 1; in try_copy_propagate()