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

  /external/libavc/encoder/
ih264e.h 543 UWORD8 u1_matrix_coefficients; member in struct:__anon23901
ih264e_encode_header.c 219 PUT_BITS(ps_bitstrm, ps_vui->u1_matrix_coefficients, 8,
    [all...]
ih264e_api.c     [all...]
  /external/libmpeg2/decoder/
impeg2d.h 583 UWORD8 u1_matrix_coefficients; member in struct:__anon25307
impeg2d_structs.h 256 UWORD8 u1_matrix_coefficients; member in struct:dec_state_struct_t
impeg2d_dec_hdr.c 430 ps_dec->u1_matrix_coefficients = 2;
435 ps_dec->u1_matrix_coefficients = impeg2d_bit_stream_get(ps_stream, 8);
    [all...]
impeg2d_api_main.c 357 ps_op->u1_matrix_coefficients = ps_codec->u1_matrix_coefficients;
366 ps_op->u1_matrix_coefficients = 2;
    [all...]
  /external/libhevc/decoder/
ihevcd_cxa.h 708 UWORD8 u1_matrix_coefficients; member in struct:__anon24967
ihevcd_parse_headers.c 773 ps_vui->u1_matrix_coefficients = 2;
784 BITS_PARSE("matrix_coeffs", ps_vui->u1_matrix_coefficients, ps_bitstrm, 8);
    [all...]
ihevcd_api.c     [all...]
  /external/libavc/common/
ih264_structs.h 698 UWORD8 u1_matrix_coefficients; member in struct:__anon23714
    [all...]
  /external/libhevc/common/
ihevc_structs.h 750 UWORD8 u1_matrix_coefficients; member in struct:__anon24866
    [all...]
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 204 int32_t coeffs = s_ctl_get_vui_params_op.u1_matrix_coefficients;
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 490 int32_t coeffs = s_ctl_get_seq_info_op.u1_matrix_coefficients;
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.cpp 578 int32_t coeffs = s_get_vui_params_op.u1_matrix_coefficients;
    [all...]
  /hardware/google/av/media/codecs/mpeg2/
C2SoftMpeg2Dec.cpp 622 int32_t coeffs = s_ctl_get_seq_info_op.u1_matrix_coefficients;
    [all...]
  /external/libavc/test/encoder/
main.c     [all...]

Completed in 344 milliseconds