HomeSort by relevance Sort by last modified time
    Searched refs:blk_col (Results 1 - 25 of 27) sorted by null

1 2

  /external/libaom/libaom/av1/decoder/
decodemv.h 33 int blk_col, TX_SIZE tx_size, aom_reader *r);
decodetxb.h 24 const int blk_col, const int plane,
decodetxb.c 112 const int blk_col, const int plane,
143 av1_get_txk_type_index(mbmi->sb_type, blk_row, blk_col);
152 av1_get_txk_type_index(mbmi->sb_type, blk_row, blk_col);
160 av1_read_tx_type(cm, xd, blk_row, blk_col, tx_size, r);
162 const TX_TYPE tx_type = av1_get_tx_type(plane_type, xd, blk_row, blk_col,
decodeframe.c 249 const int blk_row, const int blk_col,
256 const TX_TYPE tx_type = av1_get_tx_type(plane_type, xd, blk_row, blk_col,
261 .buf[(blk_row * pd->dst.stride + blk_col) << tx_size_wide_log2[0]];
269 mi_to_pixel_loc(&pixel_c, &pixel_r, mi_col, mi_row, blk_col, blk_row,
287 int blk_row, int blk_col, int block,
295 blk_col)];
300 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return;
303 td->read_coeffs_tx_inter_block_visit(cm, xd, r, plane, blk_row, blk_col,
306 td->inverse_tx_inter_block_visit(cm, xd, r, plane, blk_row, blk_col,
324 const int offsetc = blk_col + col
1207 int blk_row, blk_col; local
    [all...]
  /external/libaom/libaom/av1/encoder/x86/
temporal_filter_sse4.c 528 unsigned int blk_col = 0, uv_blk_col = 0; local
545 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride,
548 block_height, ss_x, ss_y, strength, use_whole_blk, y_accum + blk_col,
549 y_count + blk_col, y_dist + blk_col, u_dist + uv_blk_col,
554 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride,
557 block_height, ss_x, ss_y, strength, use_whole_blk, y_accum + blk_col,
558 y_count + blk_col, y_dist + blk_col, u_dist + uv_blk_col
802 unsigned int blk_col = 0, uv_blk_col = 0; local
946 unsigned int row, blk_col; local
    [all...]
highbd_temporal_filter_sse4.c 374 unsigned int blk_col = 0, uv_blk_col = 0; local
387 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride,
390 strength, use_whole_blk, y_accum + blk_col, y_count + blk_col,
391 y_dist + blk_col, u_dist + uv_blk_col, v_dist + uv_blk_col,
394 blk_col += blk_col_step;
399 for (; blk_col < mid_width;
400 blk_col += blk_col_step, uv_blk_col += uv_blk_col_step) {
402 y_src + blk_col, y_src_stride, y_pre + blk_col, y_pre_stride
733 unsigned int blk_col = 0, uv_blk_col = 0; local
886 unsigned int row, blk_col; local
    [all...]
  /external/libaom/libaom/av1/encoder/
encodemb.c 67 int blk_col, int blk_row, TX_SIZE tx_size) {
77 &pd->dst.buf[(blk_row * dst_stride + blk_col) << tx_size_wide_log2[0]];
79 &p->src.buf[(blk_row * src_stride + blk_col) << tx_size_wide_log2[0]];
81 &p->src_diff[(blk_row * diff_stride + blk_col) << tx_size_wide_log2[0]];
133 int blk_row, int blk_col, BLOCK_SIZE plane_bsize,
158 const int src_offset = (blk_row * diff_stride + blk_col);
201 static void encode_block(int plane, int block, int blk_row, int blk_col,
221 .buf[(blk_row * pd->dst.stride + blk_col) << tx_size_wide_log2[0]];
223 a = &args->ta[blk_col];
226 if (!is_blk_skip(x, plane, blk_row * bw + blk_col) && !mbmi->skip_mode)
375 int blk_row, blk_col; local
525 int blk_row, blk_col; local
    [all...]
encodetxb.h 55 aom_writer *w, int blk_row, int blk_col, int plane,
66 void av1_update_txb_context_b(int plane, int block, int blk_row, int blk_col,
71 int blk_col, BLOCK_SIZE plane_bsize,
bitstream.h 40 int blk_row, int blk_col, int plane, TX_SIZE tx_size,
tokenize.c 135 int blk_col, int block, int plane, void *arg) {
143 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return;
149 blk_col)];
155 av1_update_and_record_txb_context(plane, block, blk_row, blk_col,
158 av1_update_txb_context_b(plane, block, blk_row, blk_col, plane_bsize,
176 const int offsetc = blk_col + col;
239 int blk_row, blk_col; local
243 for (blk_col = idx; blk_col < unit_width; blk_col += bw)
    [all...]
rdopt.h 42 int blk_col, int txb_coeff_cost) {
44 (void)blk_col;
54 rd_stats->txb_coeff_cost_map[plane][blk_row + idy][blk_col + idx] = 0;
56 rd_stats->txb_coeff_cost_map[plane][blk_row][blk_col] = txb_coeff_cost;
59 assert(blk_col < TXB_COEFF_COST_MAP_SIZE);
encodemb.h 63 int blk_row, int blk_col, BLOCK_SIZE plane_bsize,
72 int blk_col, int blk_row, TX_SIZE tx_size);
84 void av1_encode_block_intra(int plane, int block, int blk_row, int blk_col,
encodetxb.c 506 aom_writer *w, int blk_row, int blk_col, int plane,
515 const TX_TYPE tx_type = av1_get_tx_type(plane_type, xd, blk_row, blk_col,
530 av1_write_tx_type(cm, xd, blk_row, blk_col, plane, tx_size, w);
639 int blk_row, int blk_col, TX_SIZE tx_size) {
653 av1_write_coeffs_txb(cm, xd, w, blk_row, blk_col, plane, tx_size, tcoeff, eob,
691 for (int blk_col = col >> pd->subsampling_x; blk_col < unit_width;
692 blk_col += stepc) {
694 blk_col, tx_size);
    [all...]
rdopt.c     [all...]
bitstream.c 147 int blk_col, aom_writer *w) {
152 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return;
155 txfm_partition_update(xd->above_txfm_context + blk_col,
160 const int ctx = txfm_partition_context(xd->above_txfm_context + blk_col,
164 av1_get_txb_size_index(mbmi->sb_type, blk_row, blk_col);
170 txfm_partition_update(xd->above_txfm_context + blk_col,
181 txfm_partition_update(xd->above_txfm_context + blk_col,
190 int offsetc = blk_col + col;
357 int block, int blk_row, int blk_col,
362 if (blk_row >= max_blocks_high || blk_col >= max_blocks_wide) return
1393 int blk_row, blk_col; local
    [all...]
encodeframe.c     [all...]
  /external/libhevc/encoder/
ihevce_enc_sbh_funcs.c 123 WORD32 blk_row, blk_col; local
191 blk_col = (pu1_trans_table[trans_unit_idx] & mask_value) * 4;
200 x_pos = (pu1_csb_table[i] & 0x3) + blk_col;
219 x_pos = (pu1_csb_table[first_scan_pos] & 0x3) + blk_col;
236 x_pos = (pu1_csb_table[i] & 0x3) + blk_col;
285 x_pos = (pu1_csb_table[best_pos] & 0x3) + blk_col;
ihevce_cabac_tu.c 2489 WORD32 blk_row, blk_col; local
3346 WORD32 blk_col; local
    [all...]
  /external/libhevc/encoder/arm/
ihevce_scan_coeffs_neon.c 131 WORD32 blk_row, blk_col; local
189 blk_col = pu1_trans_table[trans_unit_idx] & mask_value;
191 pi2_temp_quant_coeff += (blk_col * 4 + (blk_row * 4) * trans_size);
261 u1_last_x = (pu1_csb_table[pos_last_coded] & 0x3) + blk_col * 4;
331 blk_col = pu1_trans_table[trans_unit_idx] & mask_value; /*col of csb*/
347 if((blk_col + 1 < trans_size / 4)) /* checking right boundary */
349 if(pu1_csbf_buf[pi4_subBlock2csbfId_map[blk_row * trans_size / 4 + blk_col + 1]])
357 if(pu1_csbf_buf[pi4_subBlock2csbfId_map[(blk_row + 1) * trans_size / 4 + blk_col]])
380 /* x_pos=blk_col*4, y_pos=blk_row*4 */
382 pi2_quant_coeffs + blk_col * 4 + (blk_row * 4) * trans_size
    [all...]
  /external/libaom/libaom/av1/common/
mvref_common.c 328 int blk_row, int blk_col, int_mv *gm_mv_candidates,
337 mi_pos.col = (mi_col & 0x01) ? blk_col : blk_col + 1;
364 if (blk_row == 0 && blk_col == 0)
409 if (blk_row == 0 && blk_col == 0)
584 for (int blk_col = 0; blk_col < blk_col_end; blk_col += step_w) {
586 blk_col, gm_mv_candidates, refmv_count,
588 if (blk_row == 0 && blk_col == 0) is_available = ret
596 const int blk_col = tpl_sample_pos[i][1]; local
    [all...]
reconintra.h 27 int plane, int blk_col, int blk_row,
blockd.h 793 int blk_col) {
802 ((blk_row >> tx_h_log2) << stride_log2) + (blk_col >> tx_w_log2);
808 int blk_col) {
817 ((blk_row >> tx_h_log2) << stride_log2) + (blk_col >> tx_w_log2);
823 int blk_row, int blk_col, TX_SIZE tx_size,
825 const int txk_type_idx = av1_get_txk_type_index(bsize, blk_row, blk_col);
840 av1_get_txk_type_index(bsize, blk_row + idy, blk_col + idx);
849 int blk_col, TX_SIZE tx_size,
862 av1_get_txk_type_index(mbmi->sb_type, blk_row, blk_col);
867 blk_col <<= pd->subsampling_x
    [all...]
av1_loopfilter.c 1954 const int blk_col = mi_col & (mi_size_wide[sb_type] - 1); local
    [all...]
reconintra.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 468 int blk_col, const BLOCK_SIZE plane_bsize,
476 pd->subsampling_x, blk_col);
506 int blk_row, int blk_col,
515 pd->subsampling_x, blk_col);
541 int blk_col, TX_SIZE tx_size, int64_t *out_dist,
583 const int src_idx = 4 * (blk_row * src_stride + blk_col);
584 const int dst_idx = 4 * (blk_row * dst_stride + blk_col);
591 blk_col, plane_bsize, tx_bsize);
645 tmp = pixel_sse(cpi, xd, pd, src, src_stride, recon, 32, blk_row, blk_col,
659 static void block_rd_txfm(int plane, int block, int blk_row, int blk_col,
    [all...]

Completed in 969 milliseconds

1 2