Searched refs:chroma_size (Results 1 – 5 of 5) sorted by relevance
160 int chroma_size=0; in find_best_tables() local165 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()
169 int luma_size, chroma_size; in allocate_frame_buffers() local195 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()
108 int chroma_size = align(luma_size / 2, enc->alignment); in radeon_enc_ctx() local113 offset += chroma_size; in radeon_enc_ctx()
417 int chroma_size = align(luma_size / 2, enc->alignment); in setup_dpb() local429 offset += chroma_size; in setup_dpb()434 offset += chroma_size; in setup_dpb()
1048 int chroma_size = align(luma_size / 2, enc->alignment); in radeon_enc_ctx() local1053 offset += chroma_size; in radeon_enc_ctx()