Searched defs:aligned_width (Results 1 – 16 of 16) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | r210enc.c | 29 int aligned_width = FFALIGN(avctx->width, in encode_init() local 43 int aligned_width = FFALIGN(avctx->width, in encode_frame() local
|
D | targa_y216dec.c | 39 int aligned_width = FFALIGN(avctx->width, 4); in y216_decode_frame() local
|
D | v210_template.c | 39 int aligned_width = ((avctx->width + 47) / 48) * 48; in RENAME() local
|
D | r210dec.c | 42 int aligned_width = FFALIGN(avctx->width, in decode_frame() local
|
D | v210enc.c | 121 int aligned_width = ((avctx->width + 47) / 48) * 48; in encode_frame() local
|
D | v210dec.c | 153 int aligned_width = ((avctx->width + 47) / 48) * 48; in decode_frame() local
|
D | cdxl.c | 250 int ret, w, h, encoding, aligned_width, buf_size = pkt->size; in cdxl_decode_frame() local
|
D | fic.c | 54 int aligned_width, aligned_height; member
|
D | sanm.c | 273 int aligned_width, aligned_height; member
|
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_afbc.c | 142 unsigned aligned_width = ALIGN_POT(width, AFBC_TILE_WIDTH); in panfrost_afbc_header_size() local
|
D | pan_tiler.c | 233 unsigned aligned_width = ALIGN_POT(width, tile_width); in pan_tile_count() local
|
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_validate.c | 154 uint32_t aligned_width, aligned_height, stride, size; in vc4_check_tex_size() local 682 uint32_t aligned_width, aligned_height; in reloc_tex() local
|
/third_party/mesa3d/src/intel/isl/tests/ |
D | isl_surf_get_image_offset_test.c | 106 uint32_t aligned_width, in t_assert_gfx4_3d_layer()
|
/third_party/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_enc_2_0.c | 450 uint32_t aligned_width = enc->enc_pic.session_init.aligned_picture_width; in radeon_enc_ctx() local
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11decoder.cpp | 163 gint aligned_width; member 818 gint aligned_width, aligned_height; in gst_d3d11_decoder_open() local
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_resource.c | 103 unsigned aligned_width; in setup_miptree() local
|