Searched refs:orig_width (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | spherical.c | 43 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/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | convert_to_half_pass.cpp | 127 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/spirv-tools/source/opt/ |
D | convert_to_half_pass.cpp | 127 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/spirv-tools/source/opt/ |
D | convert_to_half_pass.cpp | 127 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/ |
D | rv34.h | 114 int orig_width, orig_height; member
|
D | rv30.c | 71 w = r->orig_width; in rv30_parse_slice_header() 265 r->orig_width = avctx->coded_width; in rv30_decode_init()
|
D | rv10.c | 55 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()
|
D | g2meet.c | 141 int orig_width, orig_height; member 1602 c->orig_width = avctx->width; in g2m_decode_init()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_copy_propagation.cpp | 682 const unsigned orig_width = 1 << entry->src.width; in try_copy_propagate() local 685 inst->src[arg].width = cvt(MIN2(orig_width, reg_width)) - 1; in try_copy_propagate()
|