Home
last modified time | relevance | path

Searched refs:block_counter (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/ffmpeg/ffmpeg/
H A D0001-avcodec-smcenc-stop-accessing-out-of-bounds-frame.patch33 int block_counter = 0;
56 … while (prev_pixels && s->key_frame == 0 && block_counter + inter_skip_blocks < total_blocks) {
71 while (block_counter > 0 && block_counter + intra_skip_blocks < total_blocks) {
91 while (block_counter + coded_blocks < total_blocks && coded_blocks < 256) {
H A D0001-avcodec-rpzaenc-stop-accessing-out-of-bounds-frame.patch47 const BlockInfo *bi, int block_counter)
63 block_offset = get_block_info(&bi, block_counter);
84 block_counter++;
86 block_counter += encode_four_color_block(min_color, max_color,
/OK3568_Linux_fs/kernel/include/uapi/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_reader.h236 struct prfcnt_enum_block_counter block_counter; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_prfcnt.c1814 .u.block_counter = { in kbasep_kinstr_prfcnt_get_block_info_list()