Home
last modified time | relevance | path

Searched refs:max_coeffs (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dproresdec2.c506 int max_coeffs, i, bits_left; in decode_ac_coeffs() local
514 max_coeffs = 64 << log2_block_count; in decode_ac_coeffs()
524 if (pos >= max_coeffs) { in decode_ac_coeffs()
525 av_log(avctx, AV_LOG_ERROR, "ac tex damaged %d, %d\n", pos, max_coeffs); in decode_ac_coeffs()
H A Dproresenc_kostya.c441 int max_coeffs, abs_level; in encode_acs() local
443 max_coeffs = blocks_per_slice << 6; in encode_acs()
449 for (idx = scan[i]; idx < max_coeffs; idx += 64) { in encode_acs()
686 int max_coeffs, abs_level; in estimate_acs() local
689 max_coeffs = blocks_per_slice << 6; in estimate_acs()
695 for (idx = scan[i]; idx < max_coeffs; idx += 64) { in estimate_acs()
/third_party/mesa3d/src/imagination/common/
H A Dpvr_device_info.h364 uint64_t max_coeffs; member
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv.c526 runtime_info->max_coeffs = pvr_srv_get_max_coeffs(dev_info); in pvr_srv_winsys_device_info_init()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c722 dev_runtime_info->reserved_shared_size - dev_runtime_info->max_coeffs; in pvr_calc_fscommon_size_and_tiles_in_flight()

Completed in 9 milliseconds