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

  /external/libhevc/decoder/
ihevcd_parse_headers.c 1039 WORD32 next_coef; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/omx/
vid_dec_h265.c 265 int next_coef = 8; local
270 next_coef = vl_rbsp_se(rbsp) + 8;
271 (*scaling_list_dc_coeff[size_id - 2])[matrix_id] = next_coef;
276 next_coef = (next_coef + vl_rbsp_se(rbsp) + 256) % 256;
277 (*scaling_list_data[size_id])[matrix_id][i] = next_coef;

Completed in 1235 milliseconds