Home
last modified time | relevance | path

Searched defs:table_lookup (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libavc/decoder/
H A Dih264d_parse_cabac.c100 UWORD32 table_lookup; in ih264d_read_coeff4x4_cabac() local
172 UWORD32 table_lookup; in ih264d_read_coeff4x4_cabac() local
236 UWORD32 table_lookup; in ih264d_read_coeff4x4_cabac() local
339 UWORD32 table_lookup; in ih264d_read_coeff4x4_cabac() local
662 UWORD32 table_lookup; in ih264d_read_coeff8x8_cabac() local
721 UWORD32 table_lookup; in ih264d_read_coeff8x8_cabac() local
812 UWORD32 table_lookup; in ih264d_read_coeff8x8_cabac() local
H A Dih264d_parse_mb_header.c834 UWORD32 table_lookup; in ih264d_parse_ctx_cbp_cabac() local
874 UWORD32 table_lookup; in ih264d_parse_ctx_cbp_cabac() local
914 UWORD32 table_lookup; in ih264d_parse_ctx_cbp_cabac() local
954 UWORD32 table_lookup; in ih264d_parse_ctx_cbp_cabac() local
1041 UWORD32 table_lookup; in ih264d_parse_ctx_cbp_cabac() local
H A Dih264d_cabac.c246 UWORD32 table_lookup; in ih264d_decode_bin() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DTableLookup.cpp37 SimpleTensor<T> table_lookup(const SimpleTensor<T> &src, const std::map<T, T> &rawlut) in table_lookup() function
/aosp_15_r20/external/aac/libAACdec/src/
H A Dusacdec_lpc.cpp270 static int table_lookup(const USHORT *table, unsigned int index, int range) { in table_lookup() function