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

  /external/libhevc/encoder/arm/
ihevce_scan_coeffs_neon.c 125 WORD32 i, trans_unit_idx, num_gt1_flag, num_gt0_flag; local
232 /* Update gt1 flag based on num_gt0_flag */
233 num_gt0_flag = ihevce_num_ones_popcnt(sig_coeff_abs_gt0_flags);
236 if(num_gt0_flag > MAX_GT_ONE)
429 /* Update gt1 flag based on num_gt0_flag */
430 num_gt0_flag = ihevce_num_ones_popcnt(sig_coeff_abs_gt0_flags);
433 if(num_gt0_flag > MAX_GT_ONE)
  /external/libhevc/encoder/
ihevce_enc_loop_utils.c 904 WORD32 num_gt0_flag; local
    [all...]

Completed in 77 milliseconds