HomeSort by relevance Sort by last modified time
    Searched refs:blk_x (Results 1 - 6 of 6) sorted by null

  /external/libhevc/encoder/
hme_coarse.c 798 S32 blk_x, num_blks_in_pic, num_blks_in_row, num_4x4_blks_in_row; local
    [all...]
hme_refine.c 156 WORD32 blk_x,
175 ref_offset += (blk_x << 3) + ps_pu->mv.s_l0_mv.i2_mvx;
201 ref_offset += (blk_x << 3) + ps_pu->mv.s_l1_mv.i2_mvx;
2228 S32 blksize_p, blk_x, blk_y, i4_offset; local
2315 S32 blksize_p, blk_x, blk_y, i4_offset; local
2375 S32 blksize_p, blk_x, blk_y, i4_offset; local
5961 S32 blk_x, blk_y, i4_ctb_x, i4_ctb_y, tile_col_idx, blk_id_in_ctb; local
8873 S32 blk_x, i4_ctb_x, blk_id_in_ctb; local
    [all...]
hme_utils.h 473 * S32 blk_x,
506 S32 blk_x,
544 * @param[in] blk_x : x coordinate of the block in mv bank
558 S32 blk_x,
    [all...]
hme_utils.c 5276 S32 blksize_p, blk_x, blk_y, i4_offset; local
    [all...]
hme_interface.c 3800 S32 blk, blk_x, blk_y; local
    [all...]
  /external/libjpeg-turbo/
transupp.c 136 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; local
162 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) {
163 ptr1 = buffer[offset_y][blk_x];
164 ptr2 = buffer[offset_y][comp_width - blk_x - 1];
183 for (blk_x = 0; blk_x < compptr->width_in_blocks; blk_x++) {
184 jcopy_block_row(buffer[offset_y] + blk_x + x_crop_blocks
    [all...]

Completed in 360 milliseconds