Searched defs:aligned_width (Results 1 – 15 of 15) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| D | r210enc.c | 33 int aligned_width = FFALIGN(avctx->width, in encode_init() local 47 int aligned_width = FFALIGN(avctx->width, in encode_frame() local
|
| D | v210_template.c | 29 int aligned_width = ((avctx->width + 47) / 48) * 48; in RENAME() local
|
| D | targa_y216dec.c | 39 int aligned_width = FFALIGN(avctx->width, 4); in y216_decode_frame() local
|
| D | v210enc.c | 72 int aligned_width = ((avctx->width + 47) / 48) * 48; in encode_frame() local
|
| D | r210dec.c | 43 int aligned_width = FFALIGN(avctx->width, in decode_frame() local
|
| D | v210dec.c | 131 int aligned_width = ((width + align - 1) / align) * align; in v210_stride() local
|
| D | lcldec.c | 232 int aligned_width = width; 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 | 55 int aligned_width, aligned_height; member
|
| D | sanm.c | 274 int aligned_width, aligned_height; member
|
| /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/radeonsi/ |
| D | radeon_uvd_enc.c | 84 uint32_t aligned_width = align(enc->base.width, 64); in setup_dpb() local
|
| D | radeon_vcn_enc.c | 1219 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/ |
| D | lima_resource.c | 123 unsigned aligned_width; in setup_miptree() local
|