Home
last modified time | relevance | path

Searched refs:cb_idx (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_elbg.c222 int cb_idx = NB_COMPONENTS * elbg->codeword_closest_codebook_idxs[k++]; in filter_frame() local
223 p[b_idx] = elbg->codebook[cb_idx]; in filter_frame()
224 p[g_idx] = elbg->codebook[cb_idx+1]; in filter_frame()
225 p[r_idx] = elbg->codebook[cb_idx+2]; in filter_frame()
226 p[a_idx] = elbg->use_alpha ? elbg->codebook[cb_idx+3] : 0xFFu; in filter_frame()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec_jpeg.c60 radeon_emit(&dec->jcs[dec->cb_idx], RDECODE_PKTJ(reg, cond, type)); in set_reg_jpeg()
61 radeon_emit(&dec->jcs[dec->cb_idx], val); in set_reg_jpeg()
88 dec->ws->cs_add_buffer(&dec->jcs[dec->cb_idx], buf, usage | RADEON_USAGE_SYNCHRONIZED, domain); in send_cmd_bitstream()
120 dec->ws->cs_add_buffer(&dec->jcs[dec->cb_idx], buf, usage | RADEON_USAGE_SYNCHRONIZED, domain); in send_cmd_target()
208 dec->ws->cs_add_buffer(&dec->jcs[dec->cb_idx], buf, usage | RADEON_USAGE_SYNCHRONIZED, domain); in send_cmd_bitstream_direct()
239 dec->ws->cs_add_buffer(&dec->jcs[dec->cb_idx], buf, usage | RADEON_USAGE_SYNCHRONIZED, domain); in send_cmd_target_direct()
H A Dradeon_vcn_dec.h115 unsigned cb_idx; member
H A Dradeon_vcn_dec.c2696 dec->ws->cs_flush(&dec->jcs[dec->cb_idx], PIPE_FLUSH_ASYNC, NULL); in radeon_dec_jpeg_end_frame()
2698 dec->cb_idx = (dec->cb_idx+1) % dec->njctx; in radeon_dec_jpeg_end_frame()
2817 dec->cb_idx = 0; in radeon_create_decoder()
/third_party/ffmpeg/libavcodec/
H A Daacdec_template.c1836 unsigned cb_idx; in decode_spectrum_and_dequant() local
1840 cb_idx = code; in decode_spectrum_and_dequant()
1842 cf = DEC_SQUAD(cf, cb_idx); in decode_spectrum_and_dequant()
1844 cf = VMUL4(cf, vq, cb_idx, sf + idx); in decode_spectrum_and_dequant()
1858 unsigned cb_idx; in decode_spectrum_and_dequant() local
1863 cb_idx = code; in decode_spectrum_and_dequant()
1864 nnz = cb_idx >> 8 & 15; in decode_spectrum_and_dequant()
1868 cf = DEC_UQUAD(cf, cb_idx, bits); in decode_spectrum_and_dequant()
1870 cf = VMUL4S(cf, vq, cb_idx, bits, sf + idx); in decode_spectrum_and_dequant()
1883 unsigned cb_idx; in decode_spectrum_and_dequant() local
1906 unsigned cb_idx; decode_spectrum_and_dequant() local
1938 unsigned cb_idx; decode_spectrum_and_dequant() local
[all...]
H A Droqvideoenc.c758 int cb_idx = eval->subCels[j].subCels[k]; in reconstruct_and_encode_image() local
760 tempData->i2f2[cb_idx]); in reconstruct_and_encode_image()
763 roq->cb2x2 + cb_idx); in reconstruct_and_encode_image()
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c4961 uint32_t cb_idx = idx - firstCounterBuffer; in CmdBeginTransformFeedbackEXT() local
4962 ANV_FROM_HANDLE(anv_buffer, counter_buffer, pCounterBuffers[cb_idx]); in CmdBeginTransformFeedbackEXT()
4964 pCounterBufferOffsets[cb_idx] : 0; in CmdBeginTransformFeedbackEXT()
5007 for (uint32_t cb_idx = 0; cb_idx < counterBufferCount; cb_idx++) { in CmdEndTransformFeedbackEXT()
5008 unsigned idx = firstCounterBuffer + cb_idx; in CmdEndTransformFeedbackEXT()
5015 cb_idx < counterBufferCount && in CmdEndTransformFeedbackEXT()
5016 pCounterBuffers[cb_idx] != VK_NULL_HANDLE) { in CmdEndTransformFeedbackEXT()
5017 ANV_FROM_HANDLE(anv_buffer, counter_buffer, pCounterBuffers[cb_idx]); in CmdEndTransformFeedbackEXT()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c2527 int cb_idx, uint32_t color_values[2]) in radv_update_bound_fast_clear_color()
2536 att_idx = subpass->color_attachments[cb_idx].attachment; in radv_update_bound_fast_clear_color()
2543 radeon_set_context_reg_seq(cs, R_028C8C_CB_COLOR0_CLEAR_WORD0 + cb_idx * 0x3c, 2); in radv_update_bound_fast_clear_color()
2586 const struct radv_image_view *iview, int cb_idx, in radv_update_color_clear_metadata()
2608 radv_update_bound_fast_clear_color(cmd_buffer, image, cb_idx, color_values); in radv_update_color_clear_metadata()
2616 int cb_idx) in radv_load_color_clear_metadata()
2629 radv_update_bound_fast_clear_color(cmd_buffer, image, cb_idx, color_values); in radv_load_color_clear_metadata()
2634 uint32_t reg = R_028C8C_CB_COLOR0_CLEAR_WORD0 + cb_idx * 0x3c; in radv_load_color_clear_metadata()
2526 radv_update_bound_fast_clear_color(struct radv_cmd_buffer *cmd_buffer, struct radv_image *image, int cb_idx, uint32_t color_values[2]) radv_update_bound_fast_clear_color() argument
2585 radv_update_color_clear_metadata(struct radv_cmd_buffer *cmd_buffer, const struct radv_image_view *iview, int cb_idx, uint32_t color_values[2]) radv_update_color_clear_metadata() argument
2615 radv_load_color_clear_metadata(struct radv_cmd_buffer *cmd_buffer, struct radv_image_view *iview, int cb_idx) radv_load_color_clear_metadata() argument
H A Dradv_private.h1748 const struct radv_image_view *iview, int cb_idx,
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c478 unsigned int cb_idx, unsigned cb_rel, unsigned int offset, unsigned ar_chan,
1822 unsigned int cb_idx, unsigned cb_rel, unsigned int offset, unsigned ar_chan, in tgsi_fetch_rel_const()
1855 vtx.buffer_id = cb_idx; in tgsi_fetch_rel_const()
1821 tgsi_fetch_rel_const(struct r600_shader_ctx *ctx, unsigned int cb_idx, unsigned cb_rel, unsigned int offset, unsigned ar_chan, unsigned int dst_reg) tgsi_fetch_rel_const() argument

Completed in 69 milliseconds