Searched refs:cb_idx (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_elbg.c | 216 int cb_idx = NB_COMPONENTS * elbg->codeword_closest_codebook_idxs[k++]; in filter_frame() local 217 p[r_idx] = elbg->codebook[cb_idx]; in filter_frame() 218 p[g_idx] = elbg->codebook[cb_idx+1]; in filter_frame() 219 p[b_idx] = elbg->codebook[cb_idx+2]; in filter_frame()
|
/third_party/ffmpeg/libavcodec/ |
D | aacdec_template.c | 1821 unsigned cb_idx; in decode_spectrum_and_dequant() local 1825 cb_idx = code; in decode_spectrum_and_dequant() 1827 cf = DEC_SQUAD(cf, cb_idx); in decode_spectrum_and_dequant() 1829 cf = VMUL4(cf, vq, cb_idx, sf + idx); in decode_spectrum_and_dequant() 1843 unsigned cb_idx; in decode_spectrum_and_dequant() local 1848 cb_idx = code; in decode_spectrum_and_dequant() 1849 nnz = cb_idx >> 8 & 15; in decode_spectrum_and_dequant() 1853 cf = DEC_UQUAD(cf, cb_idx, bits); in decode_spectrum_and_dequant() 1855 cf = VMUL4S(cf, vq, cb_idx, bits, sf + idx); in decode_spectrum_and_dequant() 1868 unsigned cb_idx; in decode_spectrum_and_dequant() local [all …]
|
D | roqvideoenc.c | 757 int cb_idx = eval->subCels[j].subCels[k]; in reconstruct_and_encode_image() local 759 tempData->i2f2[cb_idx]); in reconstruct_and_encode_image() 762 roq->cb2x2 + cb_idx); in reconstruct_and_encode_image()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 4641 uint32_t cb_idx = idx - firstCounterBuffer; in genX() local 4642 ANV_FROM_HANDLE(anv_buffer, counter_buffer, pCounterBuffers[cb_idx]); in genX() 4644 pCounterBufferOffsets[cb_idx] : 0; in genX() 4687 for (uint32_t cb_idx = 0; cb_idx < counterBufferCount; cb_idx++) { in genX() local 4688 unsigned idx = firstCounterBuffer + cb_idx; in genX() 4695 cb_idx < counterBufferCount && in genX() 4696 pCounterBuffers[cb_idx] != VK_NULL_HANDLE) { in genX() 4697 ANV_FROM_HANDLE(anv_buffer, counter_buffer, pCounterBuffers[cb_idx]); in genX() 4699 pCounterBufferOffsets[cb_idx] : 0; in genX()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_cmd_buffer.c | 2243 int cb_idx, uint32_t color_values[2]) in radv_update_bound_fast_clear_color() argument 2252 att_idx = subpass->color_attachments[cb_idx].attachment; in radv_update_bound_fast_clear_color() 2259 radeon_set_context_reg_seq(cs, R_028C8C_CB_COLOR0_CLEAR_WORD0 + cb_idx * 0x3c, 2); in radv_update_bound_fast_clear_color() 2302 const struct radv_image_view *iview, int cb_idx, in radv_update_color_clear_metadata() argument 2324 radv_update_bound_fast_clear_color(cmd_buffer, image, cb_idx, color_values); in radv_update_color_clear_metadata() 2332 int cb_idx) in radv_load_color_clear_metadata() argument 2345 radv_update_bound_fast_clear_color(cmd_buffer, image, cb_idx, color_values); in radv_load_color_clear_metadata() 2350 uint32_t reg = R_028C8C_CB_COLOR0_CLEAR_WORD0 + cb_idx * 0x3c; in radv_load_color_clear_metadata()
|
D | radv_private.h | 1587 const struct radv_image_view *iview, int cb_idx,
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 472 … unsigned int cb_idx, unsigned cb_rel, unsigned int offset, unsigned ar_chan, 1811 … unsigned int cb_idx, unsigned cb_rel, unsigned int offset, unsigned ar_chan, in tgsi_fetch_rel_const() argument 1844 vtx.buffer_id = cb_idx; in tgsi_fetch_rel_const()
|