D | h264pred.c | 134 AV_WN32A(buf0 + i, r); \ 139 #define src0 (buf0 + 4 * 16) /* Offset to allow room for top and left */ 142 static void check_pred4x4(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred4x4() argument 146 uint8_t *topright = buf0 + 2*16; in check_pred4x4() 155 if (memcmp(buf0, buf1, BUF_SIZE)) in check_pred4x4() 163 static void check_pred8x8(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred8x8() argument 175 if (memcmp(buf0, buf1, BUF_SIZE)) in check_pred8x8() 182 static void check_pred16x16(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred16x16() argument 194 if (memcmp(buf0, buf1, BUF_SIZE)) in check_pred16x16() 202 static void check_pred8x8l(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred8x8l() argument [all …]
|