Home
last modified time | relevance | path

Searched refs:block_col (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/common/
Dihevc_quant_iquant_ssd.c194 WORD32 block_row, block_col; in ihevc_quant_iquant_ssd() local
205 for(block_col = 0; block_col < trans_size / 4; block_col++) in ihevc_quant_iquant_ssd()
207 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_quant_iquant_ssd()
208 *(csbf + block_col) = 0; in ihevc_quant_iquant_ssd()
216 *(csbf + block_col) = 1; in ihevc_quant_iquant_ssd()
220 if(*(csbf + block_col) == 1) in ihevc_quant_iquant_ssd()
223 temp_zero_col = (temp_zero_col) | (0xFU << block_col * 4); in ihevc_quant_iquant_ssd()
238 cbf = cbf || (*(csbf + block_col)); // cbf update in ihevc_quant_iquant_ssd()
373 WORD32 block_row, block_col; in ihevc_quant_iquant() local
384 for(block_col = 0; block_col < trans_size / 4; block_col++) in ihevc_quant_iquant()
[all …]
/external/libhevc/common/arm/
Dihevc_quant_iquant_ssd_neon_intr.c91 WORD32 block_col = 0; in ihevc_quant_iquant_ssd_flat_scale_mat_neon() local
230 *(csbf + block_col) = 0; in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
236 *(csbf + block_col) = 1; in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
239 if(*(csbf + block_col) == 1) in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
241 temp_zero_col |= (0xF << block_col * 4); in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
309 cbf = cbf || (*(csbf + block_col)); // cbf update in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
310 block_col++; in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
313 block_col = 0; in ihevc_quant_iquant_ssd_flat_scale_mat_neon()
365 WORD32 block_col = 0; in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() local
590 *(csbf + block_col) = 0; in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon()
[all …]
/external/libxcam/modules/ocl/
Dcl_newtonemapping_handler.cpp312 for(int block_col = 0; block_col < block_factor; block_col++) in prepare_parameters() local
314 int block_start_index = (block_row * block_factor + block_col) * hist_bin_count; in prepare_parameters()
315 …int start_index = block_row * height_per_block * stats_ptr->info.width + block_col * width_per_blo… in prepare_parameters()
/external/libaom/libaom/av1/encoder/
Dencodeframe.c1666 int block_row, block_col; in set_fixed_partitioning() local
1677 for (block_col = 0; block_col < cm->seq_params.mib_size; in set_fixed_partitioning()
1678 block_col += bw) { in set_fixed_partitioning()
1679 int index = block_row * cm->mi_stride + block_col; in set_fixed_partitioning()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2288 int block_row, block_col; in set_fixed_partitioning() local
2299 for (block_col = 0; block_col < MI_BLOCK_SIZE; block_col += bw) { in set_fixed_partitioning()
2300 int index = block_row * mis + block_col; in set_fixed_partitioning()