Searched defs:decrypt_state (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/decoder/ |
H A D | vp9_decoder.h | 118 void *decrypt_state; member 145 void *decrypt_state, const uint8_t *data) { in read_marker()
|
H A D | vp9_decoder.c | 532 void *decrypt_state) { in vp9_parse_superframe_index()
|
H A D | vp9_decodeframe.c | 1302 void *decrypt_state) { in setup_token_decoder() 1654 void *decrypt_state, TileBuffer *buf) { in get_tile_buffer()
|
/aosp_15_r20/external/libvpx/vp8/ |
H A D | vp8_dx_iface.c | 58 void *decrypt_state; member 131 void *decrypt_state) { in vp8_peek_si_internal()
|
/aosp_15_r20/external/libvpx/vp8/decoder/ |
H A D | dboolhuff.c | 17 void *decrypt_state) { in vp8dx_start_decode()
|
H A D | dboolhuff.h | 43 void *decrypt_state; member
|
H A D | onyxd_int.h | 122 void *decrypt_state; member
|
/aosp_15_r20/external/libvpx/test/ |
H A D | vp8_decrypt_test.cc | 34 void test_decrypt_cb(void *decrypt_state, const uint8_t *input, uint8_t *output, in test_decrypt_cb()
|
H A D | vp9_decrypt_test.cc | 34 void test_decrypt_cb(void *decrypt_state, const uint8_t *input, uint8_t *output, in test_decrypt_cb()
|
H A D | vp8_boolcoder_test.cc | 43 void test_decrypt_cb(void *decrypt_state, const uint8_t *input, uint8_t *output, in test_decrypt_cb()
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | bitreader.c | 22 vpx_decrypt_cb decrypt_cb, void *decrypt_state) { in vpx_reader_init()
|
H A D | bitreader.h | 48 void *decrypt_state; member
|
/aosp_15_r20/external/libvpx/vpx/ |
H A D | vp8dx.h | 179 void *decrypt_state; member
|
/aosp_15_r20/external/libvpx/vp9/ |
H A D | vp9_dx_iface.h | 27 void *decrypt_state; member
|
H A D | vp9_dx_iface.c | 97 int *is_intra_only, vpx_decrypt_cb decrypt_cb, void *decrypt_state) { in decoder_peek_si_internal()
|