Home
last modified time | relevance | path

Searched refs:chroma_size (Results 1 – 25 of 140) sorted by last modified time

123456

/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcodec-fwht.c798 unsigned int chroma_size = chroma_h * chroma_w; in fwht_encode_frame() local
800 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
808 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dcodec-fwht.c798 unsigned int chroma_size = chroma_h * chroma_w; in fwht_encode_frame() local
800 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
808 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dcodec-fwht.c798 unsigned int chroma_size = chroma_h * chroma_w; in fwht_encode_frame() local
800 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
808 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dcodec-fwht.c798 unsigned int chroma_size = chroma_h * chroma_w; in fwht_encode_frame() local
800 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
808 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dcodec-fwht.c798 unsigned int chroma_size = chroma_h * chroma_w; in fwht_encode_frame() local
800 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
808 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcodec-fwht.c798 unsigned int chroma_size = chroma_h * chroma_w; in fwht_encode_frame() local
800 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
808 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dcodec-fwht.c798 unsigned int chroma_size = chroma_h * chroma_w; in fwht_encode_frame() local
800 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
808 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dcodec-fwht.c798 unsigned int chroma_size = chroma_h * chroma_w; in fwht_encode_frame() local
800 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
808 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dcodec-fwht.c798 unsigned int chroma_size = chroma_h * chroma_w; in fwht_encode_frame() local
800 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
808 rlco_max = rlco + chroma_size / 2 - 256; in fwht_encode_frame()
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbEncHandle.c746 const uint32_t chroma_size = luma_size >> 1; in eb_output_recon_buffer_header_ctor() local
748 const uint32_t frame_size = (luma_size + chroma_size) << ten_bit; in eb_output_recon_buffer_header_ctor()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/yuvdeinterlace/
H A Dyuvdeinterlace.cc84 int chroma_size; in initialize_memory() local
94 chroma_size = (cw * ch) + 2 * vertical_overshot_chroma; in initialize_memory()
99 inframe[1] = (uint8_t *) calloc (chroma_size, 1) + vertical_overshot_chroma; in initialize_memory()
100 inframe[2] = (uint8_t *) calloc (chroma_size, 1) + vertical_overshot_chroma; in initialize_memory()
103 inframe0[1] = (uint8_t *) calloc (chroma_size, 1) + vertical_overshot_chroma; in initialize_memory()
104 inframe0[2] = (uint8_t *) calloc (chroma_size, 1) + vertical_overshot_chroma; in initialize_memory()
107 inframe1[1] = (uint8_t *) calloc (chroma_size, 1) + vertical_overshot_chroma; in initialize_memory()
108 inframe1[2] = (uint8_t *) calloc (chroma_size, 1) + vertical_overshot_chroma; in initialize_memory()
111 outframe[1] = (uint8_t *) calloc (chroma_size, 1) + vertical_overshot_chroma; in initialize_memory()
112 outframe[2] = (uint8_t *) calloc (chroma_size, 1) + vertical_overshot_chroma; in initialize_memory()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc.c488 int chroma_size = align(luma_size / 2, enc->alignment); in setup_dpb() local
499 offset += chroma_size; in setup_dpb()
H A Dradeon_vcn_enc_1_2.c1051 int chroma_size = align(luma_size / 2, enc->alignment); in radeon_enc_ctx() local
1056 offset += chroma_size; in radeon_enc_ctx()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c459 int chroma_size = align(luma_size / 2, enc->alignment); in radeon_enc_ctx() local
467 offset += chroma_size; in radeon_enc_ctx()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c459 int chroma_size = align(luma_size / 2, enc->alignment); in radeon_enc_ctx() local
467 offset += chroma_size; in radeon_enc_ctx()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c459 int chroma_size = align(luma_size / 2, enc->alignment); in radeon_enc_ctx() local
467 offset += chroma_size; in radeon_enc_ctx()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c459 int chroma_size = align(luma_size / 2, enc->alignment); in radeon_enc_ctx() local
467 offset += chroma_size; in radeon_enc_ctx()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c459 int chroma_size = align(luma_size / 2, enc->alignment); in radeon_enc_ctx() local
467 offset += chroma_size; in radeon_enc_ctx()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c459 int chroma_size = align(luma_size / 2, enc->alignment); in radeon_enc_ctx() local
467 offset += chroma_size; in radeon_enc_ctx()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c459 int chroma_size = align(luma_size / 2, enc->alignment); in radeon_enc_ctx() local
467 offset += chroma_size; in radeon_enc_ctx()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c459 int chroma_size = align(luma_size / 2, enc->alignment); in radeon_enc_ctx() local
467 offset += chroma_size; in radeon_enc_ctx()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/radeon/
H A Dradeon_vcn_enc_2_0.c459 int chroma_size = align(luma_size / 2, enc->alignment); in radeon_enc_ctx() local
467 offset += chroma_size; in radeon_enc_ctx()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmsmpeg4enc.c160 int chroma_size=0; in find_best_tables() local
165 chroma_size++; in find_best_tables()
171 const int last_size= size + chroma_size; in find_best_tables()
179 chroma_size+= intra_chroma_count*rl_length[i+3][level][run][last]; in find_best_tables()
186 if(last_size == size+chroma_size) break; in find_best_tables()
193 if(chroma_size<best_chroma_size){ in find_best_tables()
194 best_chroma_size= chroma_size; in find_best_tables()
H A Dindeo3.c169 int luma_size, chroma_size; in allocate_frame_buffers() local
195 chroma_size = chroma_pitch * (chroma_height + 1); in allocate_frame_buffers()
203 ctx->planes[p].buffers[0] = av_malloc(!p ? luma_size : chroma_size); in allocate_frame_buffers()
204 ctx->planes[p].buffers[1] = av_malloc(!p ? luma_size : chroma_size); in allocate_frame_buffers()
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dimage.c69 unsigned chroma_size = chroma_sizes[chroma_format]; in kvz_image_alloc() local
74 …im->fulldata_buf = MALLOC_SIMD_PADDED(kvz_pixel, (luma_size + 2 * chroma_size), simd_padding_width… in kvz_image_alloc()
95 im->v = im->data[COLOR_V] = &im->fulldata[luma_size + chroma_size]; in kvz_image_alloc()
192 yuv_t * kvz_yuv_t_alloc(int luma_size, int chroma_size) in kvz_yuv_t_alloc() argument
200 if (chroma_size == 0) { in kvz_yuv_t_alloc()
204 yuv->u = (kvz_pixel *)malloc(chroma_size * sizeof(*yuv->u)); in kvz_yuv_t_alloc()
205 yuv->v = (kvz_pixel *)malloc(chroma_size * sizeof(*yuv->v)); in kvz_yuv_t_alloc()

123456