Home
last modified time | relevance | path

Searched defs:aligned_width (Results 1 – 15 of 15) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dr210enc.c33 int aligned_width = FFALIGN(avctx->width, in encode_init() local
47 int aligned_width = FFALIGN(avctx->width, in encode_frame() local
Dv210_template.c29 int aligned_width = ((avctx->width + 47) / 48) * 48; in RENAME() local
Dtarga_y216dec.c39 int aligned_width = FFALIGN(avctx->width, 4); in y216_decode_frame() local
Dv210enc.c72 int aligned_width = ((avctx->width + 47) / 48) * 48; in encode_frame() local
Dr210dec.c43 int aligned_width = FFALIGN(avctx->width, in decode_frame() local
Dv210dec.c131 int aligned_width = ((width + align - 1) / align) * align; in v210_stride() local
Dlcldec.c232 int aligned_width = width; in decode_frame() local
Dcdxl.c250 int ret, w, h, encoding, aligned_width, buf_size = pkt->size; in cdxl_decode_frame() local
Dfic.c55 int aligned_width, aligned_height; member
Dsanm.c274 int aligned_width, aligned_height; member
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate.c154 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/
Disl_surf_get_image_offset_test.c106 uint32_t aligned_width, in t_assert_gfx4_3d_layer()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd_enc.c84 uint32_t aligned_width = align(enc->base.width, 64); in setup_dpb() local
Dradeon_vcn_enc.c1219 uint32_t aligned_width = align(enc->base.width, rec_alignment); in pre_encode_size() local
1251 uint32_t aligned_width = align(enc->base.width, rec_alignment); in setup_dpb() local
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.c123 unsigned aligned_width; in setup_miptree() local