Searched refs:av1_optimize_txb (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | txb_rdopt.h | 53 int av1_optimize_txb(const struct AV1_COMP *cpi, MACROBLOCK *x, int plane,
|
H A D | txb_rdopt.c | 295 int av1_optimize_txb(const struct AV1_COMP *cpi, MACROBLOCK *x, int plane, in av1_optimize_txb() function
|
H A D | encodemb.c | 101 return av1_optimize_txb(cpi, x, plane, block, tx_size, tx_type, txb_ctx, in av1_optimize_b()
|
/aosp_15_r20/external/libaom/doc/dev_guide/ |
H A D | av1_encoder.dox | 1313 Beside computing entropy cost, the encoder also uses \ref av1_optimize_txb() 1315 In \ref av1_optimize_txb(), the encoder goes through each quantized 1320 - \ref av1_optimize_txb()
|