Home
last modified time | relevance | path

Searched refs:prev_sig (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_schedule.c561 uint32_t prev_sig = QPU_GET_FIELD(prev_inst->inst->inst, in choose_instruction_to_schedule() local
563 if (prev_sig == QPU_SIG_THREAD_SWITCH || in choose_instruction_to_schedule()
564 prev_sig == QPU_SIG_LAST_THREAD_SWITCH) { in choose_instruction_to_schedule()
844 uint32_t prev_sig = QPU_GET_FIELD(prev_instr, QPU_SIG); in emit_thrsw() local
846 if (prev_sig == QPU_SIG_NONE) in emit_thrsw()
/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c1232 int prev_sig = 0; in ff_hevc_hls_residual_coding() local
1269 prev_sig = !!significant_coeff_group_flag[x_cg + 1][y_cg]; in ff_hevc_hls_residual_coding()
1271 prev_sig += (!!significant_coeff_group_flag[x_cg][y_cg + 1] << 1); in ff_hevc_hls_residual_coding()
1297 ctx_idx_map_p = (uint8_t*) &ctx_idx_map[(prev_sig + 1) << 4]; in ff_hevc_hls_residual_coding()