Home
last modified time | relevance | path

Searched refs:i4_enable_entropy_sync (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libhevc/fuzzer/
H A DREADME.md99 10. Enable entropy sync (parameter name: `i4_enable_entropy_sync`)
127 | `i4_enable_entropy_sync` | 0. `0` 1. `1` | bit 0 of 13th byte of data |
H A Dhevc_enc_fuzzer.cpp120 mEncParams.s_coding_tools_prms.i4_enable_entropy_sync = data[IDX_ENABLE_ENTROPY_SYNC] & 0x01; in initEncoder()
/aosp_15_r20/external/libhevc/encoder/
H A Dihevce_api.h602 WORD32 i4_enable_entropy_sync; member
H A Dihevce_plugin.c300 ps_params->s_coding_tools_prms.i4_enable_entropy_sync = 0; in ihevce_set_def_params()
756 ps_ctxt->ps_static_cfg_prms->s_coding_tools_prms.i4_enable_entropy_sync = 0; in ihevce_init()
H A Dihevce_error_check.c296 …E : i4_enable_entropy_sync %d \n", ps_static_cfg_prms->s_coding_tools_prms.i4_enable_entropy_sync); in ihevce_hle_validate_static_params()
H A Dihevce_encode_header.c2745 if(1 == ps_coding_params->i4_enable_entropy_sync) in ihevce_populate_pps()
/aosp_15_r20/external/libhevc/test/encoder/
H A Dmain.c373 ps_static_prms->s_coding_tools_prms.i4_enable_entropy_sync = i4_value; in parse_argument()