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

  /external/libhevc/encoder/arm/
ihevce_decomp_pre_intra_pass_neon.c 124 WORD32 block_ht,
146 assert(block_ht <= MAX_CTB_SIZE);
156 row_end = ((ht_offset + block_ht) > (ht - (N_TAPS >> 1))) ? 1 : 0;
161 if(row_end && (ht % block_ht != 0))
163 block_ht = (ht % block_ht);
173 ht_tmp = block_ht + 3 * (1 - row_start) + 3 * (1 - row_end);
201 UWORD8 *pu1_cpy_tmp = au1_cpy + cpy_strd * 3 + (block_ht - 1) * cpy_strd;
217 for(i = 0; i < block_ht + 6; i++)
231 for(i = 0; i < block_ht + 6; i++
    [all...]
  /external/libhevc/encoder/
ihevce_decomp_pre_intra_pass.c 2231 WORD32 ht_offset, block_ht; local
    [all...]
ihevce_decomp_pre_intra_pass.h 121 WORD32 block_ht,
ihevce_enc_loop_pass.c 2065 WORD32 block_ht; local
2138 WORD32 block_ht; local
    [all...]
hme_refine.c 6943 WORD32 block_ht; local
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_compiler_nir.c 102 struct hash_table *block_ht; member in struct:ir3_context
175 ctx->block_ht = _mesa_hash_table_create(ctx,
    [all...]

Completed in 95 milliseconds