/external/libhevc/common/ |
D | ihevc_quant_iquant_ssd.c | 194 WORD32 block_row, block_col; in ihevc_quant_iquant_ssd() local 202 for(block_row = 0; block_row < trans_size; block_row += 4) in ihevc_quant_iquant_ssd() 207 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_quant_iquant_ssd() 229 temp_zero_row = (temp_zero_row) | (0xFU << block_row); in ihevc_quant_iquant_ssd() 373 WORD32 block_row, block_col; in ihevc_quant_iquant() local 381 for(block_row = 0; block_row < trans_size; block_row += 4) in ihevc_quant_iquant() 386 pi2_block = pi2_q_dst + block_row * dst_q_strd + block_col * 4; in ihevc_quant_iquant() 408 temp_zero_row = (temp_zero_row) | (0xFU << block_row); in ihevc_quant_iquant() 571 WORD32 block_row, block_col; in ihevc_quant_iquant_ssd_rdoq() local 579 for(block_row = 0; block_row < trans_size; block_row += 4) in ihevc_quant_iquant_ssd_rdoq() [all …]
|
/external/libjpeg-turbo/ |
D | jccoefct.c | 250 int bi, ci, h_samp_factor, block_row, block_rows, ndummy; in compress_first_pass() local 280 for (block_row = 0; block_row < block_rows; block_row++) { in compress_first_pass() 281 thisblockrow = buffer[block_row]; in compress_first_pass() 284 (JDIMENSION)(block_row * DCTSIZE), in compress_first_pass() 304 for (block_row = block_rows; block_row < compptr->v_samp_factor; in compress_first_pass() 305 block_row++) { in compress_first_pass() 306 thisblockrow = buffer[block_row]; in compress_first_pass() 307 lastblockrow = buffer[block_row - 1]; in compress_first_pass()
|
D | jdcoefct.c | 270 int ci, block_row, block_rows; in decompress_data() local 308 for (block_row = 0; block_row < block_rows; block_row++) { in decompress_data() 309 buffer_ptr = buffer[block_row] + cinfo->master->first_MCU_col[ci]; in decompress_data() 433 int ci, block_row, block_rows, access_rows; in decompress_smooth_data() local 541 for (block_row = 0; block_row < block_rows; block_row++) { in decompress_smooth_data() 542 buffer_ptr = buffer[block_row] + cinfo->master->first_MCU_col[ci]; in decompress_smooth_data() 544 if (block_row > 0 || cinfo->output_iMCU_row > 0) in decompress_smooth_data() 546 buffer[block_row - 1] + cinfo->master->first_MCU_col[ci]; in decompress_smooth_data() 550 if (block_row > 1 || cinfo->output_iMCU_row > 1) in decompress_smooth_data() 552 buffer[block_row - 2] + cinfo->master->first_MCU_col[ci]; in decompress_smooth_data() [all …]
|
/external/ruy/ruy/ |
D | pack_common.h | 111 for (int block_row = 0; block_row < src_matrix.layout.rows; in Run() local 112 block_row += 1) { in Run() 114 src_matrix.data.get() + src_stride * block_row + start_col; in Run() 117 KernelCols * block_row; in Run()
|
D | pack_arm.cc | 2253 int src_rows, int src_cols, int block_row, in Pack8bitRowMajorForNeon() argument 2310 if (block_row <= src_rows - 16) { in Pack8bitRowMajorForNeon() 2348 if (block_row + 0 < src_rows) in Pack8bitRowMajorForNeon() 2350 if (block_row + 1 < src_rows) in Pack8bitRowMajorForNeon() 2352 if (block_row + 2 < src_rows) in Pack8bitRowMajorForNeon() 2354 if (block_row + 3 < src_rows) in Pack8bitRowMajorForNeon() 2356 if (block_row + 4 < src_rows) in Pack8bitRowMajorForNeon() 2358 if (block_row + 5 < src_rows) in Pack8bitRowMajorForNeon() 2360 if (block_row + 6 < src_rows) in Pack8bitRowMajorForNeon() 2362 if (block_row + 7 < src_rows) in Pack8bitRowMajorForNeon() [all …]
|
D | pack_x86.h | 311 int src_cols, int block_row, int src_rows, 326 int block_row = 0; 327 for (; block_row < packed_matrix->layout.rows; block_row += 4) { 331 src_matrix.data.get() + block_row * src_stride + start_col; 333 packed_matrix->data + start_col * packed_stride + block_row * 8; 337 src_matrix.layout.cols, block_row, 346 int src_cols, int block_row, int src_rows, 361 int block_row = 0; 362 for (; block_row < packed_matrix->layout.rows; block_row += 4) { 366 src_matrix.data.get() + block_row * src_stride + start_col; [all …]
|
D | pack_arm.h | 56 int src_rows, int src_cols, int block_row, 521 for (int block_row = 0; block_row < packed_matrix->layout.rows; 522 block_row += 4) { 529 src_matrix.data.get() + src_stride * block_row + start_col; 541 if (block_row >= src_matrix.layout.rows - 3) { 542 if (block_row >= src_matrix.layout.rows - 0) { 546 if (block_row >= src_matrix.layout.rows - 1) { 550 if (block_row >= src_matrix.layout.rows - 2) { 554 if (block_row >= src_matrix.layout.rows - 3) { 563 8 * block_row; [all …]
|
D | pack_avx2_fma.cc | 609 int src_cols, int block_row, int src_rows, 619 if (block_row + 4 <= src_rows) { 629 if (block_row + 0 < src_rows) 631 if (block_row + 1 < src_rows) 633 if (block_row + 2 < src_rows) 635 if (block_row + 3 < src_rows) 668 if (block_row + r < src_rows) {
|
D | pack_avx512.cc | 728 int src_cols, int block_row, int src_rows, 738 if (block_row + 4 <= src_rows) { 752 if (block_row + 0 < src_rows) 755 if (block_row + 1 < src_rows) 758 if (block_row + 2 < src_rows) 761 if (block_row + 3 < src_rows) 807 if (block_row + r < src_rows) {
|
D | pack_avx.cc | 751 int src_cols, int block_row, int src_rows, 761 if (block_row + 4 <= src_rows) { 771 if (block_row + 0 < src_rows) 773 if (block_row + 1 < src_rows) 775 if (block_row + 2 < src_rows) 777 if (block_row + 3 < src_rows) 810 if (block_row + r < src_rows) {
|
/external/libhevc/common/arm/ |
D | ihevc_quant_iquant_ssd_neon_intr.c | 92 WORD32 block_row = 0; in ihevc_quant_iquant_ssd_flat_scale_mat_neon() local 242 temp_zero_row |= (0xF << block_row); in ihevc_quant_iquant_ssd_flat_scale_mat_neon() 314 block_row += 4; in ihevc_quant_iquant_ssd_flat_scale_mat_neon() 366 WORD32 block_row = 0; in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() local 602 temp_zero_row |= (0xF << block_row); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon() 674 block_row += 4; in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 2374 int block_row, block_col; in set_fixed_partitioning() local 2384 for (block_row = 0; block_row < MI_BLOCK_SIZE; block_row += bh) { in set_fixed_partitioning() 2386 int index = block_row * mis + block_col; in set_fixed_partitioning()
|
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 1863 for (int block_row = 0; block_row < cm->seq_params.mib_size; in set_fixed_partitioning() local 1864 block_row += bh) { in set_fixed_partitioning() 1867 const int grid_index = get_mi_grid_idx(mi_params, block_row, block_col); in set_fixed_partitioning() 1868 const int mi_index = get_alloc_mi_idx(mi_params, block_row, block_col); in set_fixed_partitioning()
|