Searched defs:s_src (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libavc/encoder/svc/ |
H A D | isvce_core_coding.c | 164 buffer_container_t s_src = ps_src[0]; in isvce_luma_16x16_resi_trans_dctrans_quant() local 323 buffer_container_t s_src = ps_src[0]; in isvce_luma_16x16_idctrans_iquant_itrans_recon() local 549 buffer_container_t s_src = ps_src[0]; in isvce_chroma_8x8_resi_trans_dctrans_quant() local 696 buffer_container_t s_src = ps_src[0]; in isvce_chroma_8x8_idctrans_iquant_itrans_recon() local 1568 buffer_container_t s_src; in isvce_code_luma_intra_macroblock_16x16() local 1692 buffer_container_t s_src; in isvce_code_luma_intra_macroblock_4x4() local 1896 buffer_container_t s_src = s_quant_coeffs; in isvce_code_luma_intra_macroblock_4x4() local 2057 buffer_container_t s_src; in isvce_code_chroma_intra_macroblock_8x8() local 2165 buffer_container_t s_src; in isvce_code_luma_inter_macroblock_16x16() local 2286 buffer_container_t s_src; in isvce_code_chroma_inter_macroblock_8x8() local
|
H A D | isvce_intra_modes_eval.c | 1001 buffer_container_t s_src; in isvce_evaluate_intra4x4_modes_for_least_cost_rdopton() local
|
H A D | isvce_utils.c | 3105 buffer_container_t s_src; in isvce_svc_ilp_buf_update() local
|
/aosp_15_r20/external/libopenapv/src/ |
H A D | oapv.c | 60 static void imgb_to_block_10bit(void *src, int blk_w, int blk_h, int s_src, int offset_src, int s_d… in imgb_to_block_10bit() 75 static void imgb_to_block_p210_y(void *src, int blk_w, int blk_h, int s_src, int offset_src, int s_… in imgb_to_block_p210_y() 90 static void imgb_to_block_p210_uv(void *src, int blk_w, int blk_h, int s_src, int offset_src, int s… in imgb_to_block_p210_uv() 108 int sft_hor, sft_ver, s_src; in imgb_to_block_p210() local 137 static void block_to_imgb_10bit(void *src, int blk_w, int blk_h, int s_src, int offset_dst, int s_d… in block_to_imgb_10bit() 153 static void block_to_imgb_p210_y(void *src, int blk_w, int blk_h, int s_src, int offset_dst, int s_… in block_to_imgb_p210_y() 169 static void block_to_imgb_p210_uv(void *src, int blk_w, int blk_h, int s_src, int x_pel, int s_dst,… in block_to_imgb_p210_uv()
|
/aosp_15_r20/external/mesa3d/src/util/format/ |
H A D | u_format_zs.c | 535 const uint8_t *s_src = s_src_row; in util_format_z24_unorm_s8_uint_pack_separate() local 555 const uint8_t *s_src = s_src_row; in util_format_z24_unorm_s8_uint_pack_separate_z32() local
|